keptn destroy to jenkins file

main
ermisw 2024-11-22 16:51:30 +01:00
parent abe599f95c
commit b09483de54
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ pipeline {
}
parameters {
choice(name: 'mode', choices: ['apply', 'destroy'], description: '', defaultValue: 'apply')
choice(name: 'mode', choices: ['apply', 'destroy'], description: '')
}
// parameters {