Skip to content

Commit

Permalink
Merge pull request #3137 from alecharp/JENKINS-47940
Browse files Browse the repository at this point in the history
[JENKINS-47940] Specified nodes count can be invalid
  • Loading branch information
oleg-nenashev committed Nov 10, 2017
2 parents 294f24b + d0a7605 commit a5d2c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/resources/hudson/model/Messages.properties
Expand Up @@ -79,7 +79,8 @@ AbstractProject.AssignedLabelString.InvalidBooleanExpression=\
AbstractProject.AssignedLabelString.NoMatch=\
There's no agent/cloud that matches this assignment
AbstractProject.CustomWorkspaceEmpty=Custom workspace is empty.
AbstractProject.LabelLink=<a href="{0}{2}">Label {1}</a> is serviced by {3,choice,0#no nodes|1#1 node|1<{3} nodes}{4,choice,0#|1# and 1 cloud|1< and {4} clouds}
AbstractProject.LabelLink=<a href="{0}{2}">Label {1}</a> is serviced by {3,choice,0#no nodes|1#1 node|1<{3} nodes}{4,choice,0#|1# and 1 cloud|1< and {4} clouds}. \
Permissions or other restrictions provided by plugins may prevent this job from running on those nodes.

Api.MultipleMatch=XPath "{0}" matched {1} nodes. \
Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element.
Expand Down

0 comments on commit a5d2c7b

Please sign in to comment.