diff --git a/src/main/resources/hudson/plugins/promoted_builds/Messages.properties b/src/main/resources/hudson/plugins/promoted_builds/Messages.properties index 4069147f..880c39ae 100644 --- a/src/main/resources/hudson/plugins/promoted_builds/Messages.properties +++ b/src/main/resources/hudson/plugins/promoted_builds/Messages.properties @@ -25,7 +25,7 @@ JobPropertyImpl.ValidateRequired=Required JobPropertyImpl.LabelString.InvalidBooleanExpression=\ Invalid boolean expression: {0} JobPropertyImpl.LabelString.NoMatch=\ - There's no slave/cloud that matches this assignment + There's no agent/cloud that matches this assignment KeepBuildForEverAction.descriptor.displayName=Keep Build Forever KeepBuildForEverAction.console.notPromotion=This build is not a promotion, how did we get here? Not keeping build. KeepBuildForEverAction.console.promotionNotGoodEnough=Promotion build result [{0}] is not good enough. Not keeping build. diff --git a/src/main/resources/hudson/plugins/promoted_builds/PromotionProcess/help-assignedLabelString.html b/src/main/resources/hudson/plugins/promoted_builds/PromotionProcess/help-assignedLabelString.html index 4869ca27..a7abd1a1 100644 --- a/src/main/resources/hudson/plugins/promoted_builds/PromotionProcess/help-assignedLabelString.html +++ b/src/main/resources/hudson/plugins/promoted_builds/PromotionProcess/help-assignedLabelString.html @@ -1,12 +1,12 @@
- As the size of the cluster grows, it becomes useful not to tie projects to specific slaves, - as it hurts resource utilization when slaves may come and go. For such situation, assign labels - to slaves to classify their capabilities and characteristics, and specify a boolean expression + As the size of the cluster grows, it becomes useful not to tie projects to specific agents, + as it hurts resource utilization when agents may come and go. For such situation, assign labels + to agents to classify their capabilities and characteristics, and specify a boolean expression over those labels to decide where to run.
@@ -48,6 +48,6 @@
- Label names or slave names can be quoted if they contain unsafe characters. For example, + Label names or agent names can be quoted if they contain unsafe characters. For example, "jenkins-solaris (Solaris)" || "Windows 2008"