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')