From 2e5600d94399e437bfeba2cfed73acd704b28e5f Mon Sep 17 00:00:00 2001 From: ermisw Date: Wed, 4 Oct 2023 10:48:22 +0200 Subject: [PATCH] active choice test --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 35eabfd..de4fd81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,4 @@ +properties([parameters([[$class: 'ChoiceParameter', choiceType: 'PT_SINGLE_SELECT', filterLength: 1, filterable: false, name: 'Demo Name', randomName: 'choice-parameter-514033088473410', script: [$class: 'GroovyScript', fallbackScript: [classpath: [], oldScript: '', sandbox: false, script: ''], script: [classpath: [], oldScript: '', sandbox: false, script: '']]]])]) pipeline { agent { label 'terraform-slave'