-
Bug
-
Resolution: Fixed
-
Minor
-
RHEL 7, Jenkins ver. 1.580.3 LTS rpm, openjdk "1.7.0_51", SSH slaves
The plugin blocks with a message "IRC Notification is waiting for a checkpoint on <job-name> #num" whenever an earlier build of that job is still running, thus blocking the later build from finishing first.
See JENKINS-9913 and related issues for other plugins.
- is related to
-
JENKINS-9913 Not obvious why some post-build tasks enforce serial behavior even when builds are concurrent
-
- Resolved
-
[JENKINS-26892] With concurrent builds, IRC Notification blocks later builds from finishing first
Environment | Original: RHEL 7, Jenkins ver. 1.580.1 LTS rpm, openjdk "1.7.0_51", SSH slaves | New: RHEL 7, Jenkins ver. 1.580.3 LTS rpm, openjdk "1.7.0_51", SSH slaves |
Description |
Original:
The plugin blocks with a message "IRC Notification is waiting for a checkpoint on <job-name> #num" whenever an earlier build of that job is still running, thus blocking the later build from finishing first. See https://issues.jenkins-ci.org/browse/JENKINS-9913 and related issues for other plugins. |
New:
The plugin blocks with a message "IRC Notification is waiting for a checkpoint on <job-name> #num" whenever an earlier build of that job is still running, thus blocking the later build from finishing first. See |
Link |
New:
This issue is related to |
Component/s | New: instant-messaging-plugin [ 15637 ] | |
Component/s | New: jabber-plugin [ 15507 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
I agree a lot with what Jesse Glick has written in
JENKINS-9913: for correct reporting of build result trends we would need to wait for the previous build to finish.However, I see that users are consciencely willing to given up some 'correctness' for faster, concurrent builds, so I see the point.