From b09483de542f86eba61f18021f31f6727550094c Mon Sep 17 00:00:00 2001 From: ermisw Date: Fri, 22 Nov 2024 16:51:30 +0100 Subject: [PATCH] keptn destroy to jenkins file --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {