-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 1.515
I've been testing this plugin and it really doesn't work with current Jenkins release. After choosing version and trying to use that parameter later on, parameter is not recognized using ${param-name} format. I've tried to use this plugin with Artifact resolver plugin.
[JENKINS-18138] Value is not stored as parameter for later use
Fix Version/s | New: current [ 10162 ] | |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | Original: Not A Defect [ 7 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
That's because it creates multiple parameters based on the name of the parameter name you supply.
For example if you named the property "MY_JAR" then the selected version from the dropdown will be "MY_JAR_VERSION". Another one that might be interesting depending on what you want to achieve is: "MY_JAR_ARTIFACT_URL".
You can see the full list in Jenkins the "Parameters" section of an execution of the job.
Cheers,
Gesh