From 058a05e4cef0c041babe6872160da8473db256c1 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Mon, 11 Mar 2024 15:54:01 -0500 Subject: [PATCH] updates release path --- build-signal.jenkins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-signal.jenkins b/build-signal.jenkins index d1782e9..7742b62 100644 --- a/build-signal.jenkins +++ b/build-signal.jenkins @@ -111,7 +111,7 @@ pipeline { cat package.json | jq '.scripts."build:electron" |= . + " --linux AppImage --publish=never"' > with_appimage_package.json mv -f with_appimage_package.json package.json yarn install --frozen-lockfile - yarn build || true + yarn build """ outputFile = sh ( @@ -131,7 +131,7 @@ pipeline { functions.pushArtifact( repoCreds: "nexus-generic-upload-bot", fileName: outputFile, - filePath: "${workspace}/release/", + filePath: "${workspace}/signal-desktop/release/", fileURL: "https://nexus.c.test-chamber-13.lan/repository/generic/signal/" ) }