Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #51 from jenkinsci/jenkins-44747-disclaimer
Disclaimer for JENKINS-44747 change.
  • Loading branch information
abayer committed Jun 7, 2017
2 parents d105bb7 + 7a71b75 commit fc9f6db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -77,6 +77,14 @@ How does it work?
* Throttling of Pipeline steps in `throttle()` will take other throttling logic like job properties in Pipeline and other job types.
* If the specified category is missing, `throttle()` execution will fail the run.

#### Warning regarding restarting master

:exclamation: Due to a deadlock (as described in [JENKINS-44747](https://issues.jenkins-ci.org/browse/JENKINS-44747)), a
change has been made which can theoretically result in throttle categories being ignored in running Pipelines
immediately after the Jenkins master has been restarted. This will be investigated further in
[JENKINS-44756](https://issues.jenkins-ci.org/browse/JENKINS-44756), but was considered a necessary change in order to
resolve the deadlock scenario.

#### Examples

**Example 1**: Throttling of node() runs
Expand Down

0 comments on commit fc9f6db

Please sign in to comment.