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
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ node() {
def branchInput = input id: 'CustomIdHere', message: 'this is a message to user', ok: 'Go ahead', parameters: [

choice(
choices: 'master\ndevelopment\nfeatureXYZ\nhotfix69\nrevolution\nrefactor\nuglify',
description: 'Which branch do you want to build?',
choices: 'Select an option\ndevelopment\nfeatureXYZ\nhotfix69\nrevolution\nrefactor\nuglify',
description: 'Download label',
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'),
Expand Down