ci: improve devel publishing conditional
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
37339d204f
commit
378518a427
|
@ -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 """
|
||||
|
|
Loading…
Reference in New Issue