updates release path
This commit is contained in:
parent
29eee450c7
commit
058a05e4ce
@ -111,7 +111,7 @@ pipeline {
|
|||||||
cat package.json | jq '.scripts."build:electron" |= . + " --linux AppImage --publish=never"' > with_appimage_package.json
|
cat package.json | jq '.scripts."build:electron" |= . + " --linux AppImage --publish=never"' > with_appimage_package.json
|
||||||
mv -f with_appimage_package.json package.json
|
mv -f with_appimage_package.json package.json
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
yarn build || true
|
yarn build
|
||||||
"""
|
"""
|
||||||
|
|
||||||
outputFile = sh (
|
outputFile = sh (
|
||||||
@ -131,7 +131,7 @@ pipeline {
|
|||||||
functions.pushArtifact(
|
functions.pushArtifact(
|
||||||
repoCreds: "nexus-generic-upload-bot",
|
repoCreds: "nexus-generic-upload-bot",
|
||||||
fileName: outputFile,
|
fileName: outputFile,
|
||||||
filePath: "${workspace}/release/",
|
filePath: "${workspace}/signal-desktop/release/",
|
||||||
fileURL: "https://nexus.c.test-chamber-13.lan/repository/generic/signal/"
|
fileURL: "https://nexus.c.test-chamber-13.lan/repository/generic/signal/"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user