Fixed brackets in jenkinsfile
test-org/prometheus-exporter/pipeline/pr-master There was a failure building this commit Details

pull/3/head
yuobrezkov 2025-02-21 14:32:44 +03:00
parent 6ad1b23359
commit df8b603a01
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stages { stages {
stage('Init variables') { stage('Init variables') {
when { when {
expression(env.CHANGE_BRANCH?.startsWith('rc')) expression{env.CHANGE_BRANCH?.startsWith('rc')}
} }
steps { steps {
script { script {