cjo9900 commented on Bug JENKINS-15749

From your description the issue is that you indicate that "master" should not be in the list of labels.

However the list of labels does includes the self label (which is the name of slave its self) as indicated in getAssignedLabels()[1] which is called from the CoreEnvironmentContributor[3].

So in this case I don't think this is an error, as I assume that upstream job was run on master.

[1] http://javadoc.jenkins-ci.org/hudson/model/Node.html#getAssignedLabels()
[2] http://javadoc.jenkins-ci.org/hudson/model/Node.html#getSelfLabel()
[3] https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/model/CoreEnvironmentContributor.java#L56

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to