active choice
parent
a60cdab6a1
commit
90ac1b642f
|
|
@ -27,11 +27,13 @@ pipeline {
|
|||
stages {
|
||||
stage('Refresh properties') {
|
||||
steps {
|
||||
if (Refresh) {
|
||||
currentBuild.result = 'ABORTED'
|
||||
error('Stopping early…')
|
||||
script {
|
||||
if (Refresh) {
|
||||
currentBuild.result = 'ABORTED'
|
||||
error('Stopping early…')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('TF Plan') {
|
||||
steps {
|
||||
|
|
|
|||
Loading…
Reference in New Issue