changes node version to 18.18.2
This commit is contained in:
parent
8d6d2dfa37
commit
38c966cff8
@ -18,7 +18,7 @@ pipeline {
|
|||||||
[
|
[
|
||||||
[
|
[
|
||||||
name: "node",
|
name: "node",
|
||||||
path: "${repository}/dockerhub/library/node:20.9",
|
path: "${repository}/dockerhub/library/node:18.18.2",
|
||||||
command: "/bin/bash"
|
command: "/bin/bash"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
@ -103,7 +103,7 @@ pipeline {
|
|||||||
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA())
|
||||||
sh """
|
sh """
|
||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
apt-get update -yqq && apt-get full-upgrade -yqq
|
apt-get update -yqq
|
||||||
apt-get install -yqq jq
|
apt-get install -yqq jq
|
||||||
cd ${workspace}/signal-desktop
|
cd ${workspace}/signal-desktop
|
||||||
cat package.json | jq '.build.linux += {target:["AppImage"]}' > with_appimage_package.json
|
cat package.json | jq '.build.linux += {target:["AppImage"]}' > with_appimage_package.json
|
||||||
|
Reference in New Issue
Block a user