Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
Hi,
in mkview field ${COMPUTERNAME} is allways resolved to 'master'. If i look at
variables in 'http://sputnik:8080/systemInfo' the right computername is there:
COMPUTERNAME = SPUTNIK. So i cannot use mkview like expected:
-vws \\${COMPUTERNAME}\cc_store\db\${CLEARCASE_VIEWNAME}.vws
see also: https://hudson.dev.java.net/issues/show_bug.cgi?id=2994
Andre
I browsed the code:
http://fisheye4.atlassian.com/browse/hudson/trunk/hudson/plugins/clearcase/src/main/java/hudson/plugins/clearcase/util/BuildVariableResolver.java?r=15761
Lines 60-67: Resolution of COMPUTERNAME is identic to NODE_NAME! Why?
For COMPUTERNAME it should be something like: build.getEnvVars().get(key)
Andre