Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support text parameters in builds #80

Closed
robfreundlich opened this issue Jun 24, 2014 · 1 comment
Closed

Support text parameters in builds #80

robfreundlich opened this issue Jun 24, 2014 · 1 comment
Assignees
Milestone

Comments

@robfreundlich
Copy link

The ability to support parameters in builds is great. Can you please enhance it by supporting TextParameterDefinition parameters as in the following?

image

Thanks!

@MCMicS MCMicS self-assigned this Feb 1, 2020
@MCMicS
Copy link
Owner

MCMicS commented Feb 1, 2020

grafik

Sample Pipeline config:

   parameters {
       string(name: 'PERSON', defaultValue: 'Mr Jenkins', description: 'Who should I say hello to?')
       text(name: 'BIOGRAPHY', defaultValue: '', description: 'Enter some information about the person')
       booleanParam(name: 'TOGGLE', defaultValue: true, description: 'Toggle this value')
       choice(name: 'CHOICE', choices: ['One', 'Two', 'Three'], description: 'Pick something')
       password(name: 'PASSWORD', defaultValue: 'SECRET', description: 'Enter a password')
   }

@MCMicS MCMicS closed this as completed Mar 8, 2020
@MCMicS MCMicS reopened this Mar 8, 2020
@MCMicS MCMicS added this to the 0.12.1 milestone Apr 25, 2020
MCMicS added a commit that referenced this issue Apr 25, 2020
Merge pull request #80 from MCMicS/bug/80
@MCMicS MCMicS closed this as completed Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants