-
Improvement
-
Resolution: Fixed
-
Major
-
None
It would be nice if the value of $CLEARCASE_BASELINE was expanded when the plugin creates the view – it would allow to create views whose name has a part matching the baseline it is associated to.
Currently, we use ${NODE_NAME} and
{JOB_NAME}in the view name, and these get expanded to their proper value when the view is created. But unfortunately ${CLEARCASE_BASELINE} is used litteraly.
Code changed in hudson
User: : rseguy
Path:
trunk/hudson/plugins/clearcase-ucm-baseline/src/main/java/com/michelin/cio/hudson/plugins/clearcaseucmbaseline/BuildVariableResolver.java
trunk/hudson/plugins/clearcase-ucm-baseline/src/main/java/com/michelin/cio/hudson/plugins/clearcaseucmbaseline/ClearCaseUcmBaselineParameterValue.java
trunk/hudson/plugins/clearcase-ucm-baseline/src/main/resources/com/michelin/cio/hudson/plugins/clearcaseucmbaseline/ClearCaseUcmBaselineParameterDefinition/help-viewName.html
trunk/hudson/plugins/clearcase-ucm-baseline/src/main/resources/com/michelin/cio/hudson/plugins/clearcaseucmbaseline/ClearCaseUcmBaselineParameterDefinition/help-viewName_fr.html
http://jenkins-ci.org/commit/31160
Log:
[FIXED JENKINS-6410]