Skip to content

Commit

Permalink
[JENKINS-47940] Specify nodes count can be invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp committed Nov 10, 2017
1 parent 397b4fa commit d0a7605
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 d0a7605

Please sign in to comment.