diff --git a/jenkinsfile b/jenkinsfile index 05dd422..45a34b9 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -12,7 +12,7 @@ pipeline { } parameters { - choice(name: 'mode', choices: ['apply', 'destroy'], description: '', defaultValue: 'apply') + choice(name: 'mode', choices: ['apply', 'destroy'], description: '') } // parameters {