diff --git a/Jenkinsfile b/Jenkinsfile index 362ea76..47e9aa1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,13 @@ properties([ pipelineTriggers([cron('H H * * *')]) + parameters([ + choice( + choices: ['testing', 'stable', 'next'], + description: 'Fedora CoreOS Stream', + name: 'stream', + ) + ]) ]) import groovy.json.JsonSlurper