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