Fixed brackets in jenkinsfile
test-org/prometheus-exporter/pipeline/pr-master There was a failure building this commit
Details
test-org/prometheus-exporter/pipeline/pr-master There was a failure building this commit
Details
parent
6ad1b23359
commit
df8b603a01
|
|
@ -9,7 +9,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Init variables') {
|
||||
when {
|
||||
expression(env.CHANGE_BRANCH?.startsWith('rc'))
|
||||
expression{env.CHANGE_BRANCH?.startsWith('rc')}
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
|
|
|
|||
Loading…
Reference in New Issue