We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ability to support parameters in builds is great. Can you please enhance it by supporting TextParameterDefinition parameters as in the following?
Thanks!
The text was updated successfully, but these errors were encountered:
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') }
Sorry, something went wrong.
solves #80 Support text parameters in builds
fb3bbf5
Merge pull request #145 from MCMicS/bug/145
4aada51
Merge pull request #80 from MCMicS/bug/80
MCMicS
No branches or pull requests
The ability to support parameters in builds is great. Can you please enhance it by supporting TextParameterDefinition parameters as in the following?
Thanks!
The text was updated successfully, but these errors were encountered: