Hi, I have two multi-configuration projects, A and B. Each job is configured to run on the same three nodes: the master (linux) and mac and windows slaves.
Project A is set up to trigger a build of B when A builds successfully, passing it the following predefined parameters (using the Parameterized Trigger plugin): PREV_WORKSPACE=$WORKSPACE PREV_JOB_NAME=$JOB_NAME PREV_BUILD_TAG=$BUILD_TAG PREV_BUILD_ID=$BUILD_ID PREV_BUILD_DISPLAY_NAME=$BUILD_DISPLAY_NAME For now, project B just calls a shell script that prints out some of these values. On the master, B says that $PREV_WORKSPACE is /var/lib/jenkins/workspace/A which is correct. On the other nodes, though, it ALSO gives the same value for $PREV_WORKSPACE which is WRONG...the workspace path is different on each node. Is this a bug? Can it be fixed? Thanks, Dan -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
