Skip to content

Commit

Permalink
ci: improve devel publishing conditional
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Feb 19, 2024
1 parent 983c57a commit 213b4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline {
}

stage('Publish Devel') {
when { expression { env.GIT_BRANCH ==~ /.*develop/ } }
when { expression { env.GIT_BRANCH !=~ /.*master/ } }
steps {
sshagent(credentials: ['jenkins-ssh']) {
sh """
Expand Down

0 comments on commit 213b4a6

Please sign in to comment.