From e43ebc26a308f464dfb80243710a58f8627c8539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 19 Jul 2024 11:04:13 +0200 Subject: [PATCH] feat(ci): add Nix Linux build to nightly and release builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 57aa2a8dea..84e0397ab2 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -43,6 +43,11 @@ pipeline { 'Linux', jenkins.Build('status-desktop/systems/linux/x86_64/package') ) } } } + stage('Linux/x86_64/Nix') { steps { script { + linux_x86_64_nix = getArtifacts( + 'Linux', jenkins.Build('status-desktop/systems/linux/x86_64/package-nix') + ) + } } } stage('Windows/x86_64') { steps { script { windows_x86_64 = getArtifacts( 'Windows', jenkins.Build('status-desktop/systems/windows/x86_64/package')