-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Platform: All, OS: All
After moving from 0.6.x yo 0.8.x UCM plugin the environment variable
CLEARCASE_VIEWNAME (and presumeable CLEARCASE_VIEWPATH are no longer resolved
when running a "batch task" plugin....
The ant task run as part of the batch task can no longer expand
{env.CLEARCASE_VIEWNAME}.
[JENKINS-2791] UCM 0.8:; Environment variables no longer available to Batch task
Workflow | Original: JNJira [ 132864 ] | New: JNJira + In-Review [ 173961 ] |
Im guessing that you are running an Ant task BEFORE anything else? The reason
for the change is that we wanted to fix issue 2606 and therefore "removed" the
caching of the viewname that was evaluated only once. Since slaves then would
have the wrong viewname it broke the builds on the slaves.
Not exactly sure how to fix this problem without breaking slave builds again.
If the batch task is running AFTER a checkout for example it should work.