-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Hello,
I would like to have a parameter label visualized in the parameter form in place of parameter name.
[ $class: 'ChoiceParameter', choiceType: 'PT_SINGLE_SELECT', name: 'NEXUS_REPO_ID', label: 'Nexus repository type', <---- used in jelly template script: [ $class: 'GroovyScript', script: [ sandbox: true, script: """ return ['release', 'snapshot'] """.stripIndent() ] ] ]
Thank you for creating the issue luigirizzo . Sounds like a good feature, not sure how complicated it would be to implement... or if maybe that's already possible through JavaScript and the reference dynamic parameter... do you think it'd be doable right now ioannis ? If it's not possible right now I will at the code changes required.