Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: p4-plugin
-
Labels:None
-
Similar Issues:
Description
The workspace name parameter expansion (see JENKINS-7011) does not work for polling on slaves.
For polling on master the log says something like "Using master client hudson-jobname", but for polling that takes place on a slave it says "Using remote client hudson-${JOB_NAME}".
Builds work fine, but it constantly triggers new builds for no reason.
We've got 3 issues open for this one already (I closed one as a dupe not too long ago), but this is the first one that actually supplies useful information. Now I actually know how to reproduce it, and where the problem might be.