diff --git a/Jenkinsfile b/Jenkinsfile index 8eeeab9..c06c99e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,10 +36,7 @@ node() { name: 'Branch'), text(defaultValue: 'default', description: 'Long text goes here', name: 'This is a multi line string'), string(defaultValue: 'yeah', description: 'string parameter desc', name: 'this is a string parmeter'), - choice( - choices: 'master\ndevelopment\nuglify', - description: 'Which next branch do you want you to build?', - name: 'NextBranch'), + ] echo "BRANCH INPUT: ${branchInput}" }