From 5739d63220925180f5b5ed9bfb7c77ba0530af24 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 11 Apr 2016 10:26:32 +0200 Subject: [PATCH] Adjust the documentation coming from https://github.com/jenkinsci/throttle-concurrent-builds-plugin/pull/38 --- .../help-limitOneJobWithMatchingParams.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-limitOneJobWithMatchingParams.html b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-limitOneJobWithMatchingParams.html index 973eab0c..c3cb30a8 100644 --- a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-limitOneJobWithMatchingParams.html +++ b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-limitOneJobWithMatchingParams.html @@ -1,6 +1,6 @@
-

If this box is checked, only one instance of the job with matching parameters will be allowed to run at a given time. - Other instances of this job with different parameters will be allowed to run concurrently.

+

If this box is checked, only one instance of the job with matching parameter values will be allowed to run at a given time. + Other instances of this job with different parameter values will be allowed to run concurrently.

Optionally, provide a comma-separated list of parameters to use when comparing jobs. If blank, all parameters must match for a job to be limited to one running instance.