diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index de8c430163..240c9cfcce 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -26,16 +26,13 @@ pipeline { } stage('Build') { parallel { - stage('MacOS') { when { expression { btype != 'release' } } - steps { script { + stage('MacOS') { steps { script { osx = cmn.buildBranch('status-react/combined/desktop-macos') } } } - stage('Linux') { when { expression { btype != 'release' } } - steps { script { + stage('Linux') { steps { script { nix = cmn.buildBranch('status-react/combined/desktop-linux') } } } - stage('Windows') { when { expression { btype != 'release' } } - steps { script { + stage('Windows') { steps { script { win = cmn.buildBranch('status-react/combined/desktop-windows') } } } stage('iOS') { steps { script {