Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down