parent
df8b603a01
commit
ee0854c74b
|
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Build tagged image and run tests') {
|
stage('Build tagged image and run tests') {
|
||||||
when {
|
when {
|
||||||
expression(env.CHANGE_BRANCH?.startsWith('rc'))
|
expression { env.CHANGE_BRANCH?.startsWith('rc') }
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue