-
Improvement
-
Resolution: Fixed
-
Minor
-
Jenkins ver. 2.73.1
job-dsl-plugin 1.65
There are often failures when users input string parameter with an extra space.
This leads to build failures in many cases.
It would be great to be able to trim string parameter from the beginning. So it can be safely used everywhere down in the pipeline:
parameters { string(defaultValue: "", description: '', name: 'tag or commit', trim: true) }
- is blocked by
-
JENKINS-47115 Add trim option to String Parameter
- Resolved