Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-26892

With concurrent builds, IRC Notification blocks later builds from finishing first

      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.

          [JENKINS-26892] With concurrent builds, IRC Notification blocks later builds from finishing first

          kutzi added a comment -

          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.

          kutzi added a comment - 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.

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          src/main/java/hudson/plugins/im/IMPublisher.java
          src/main/java/hudson/plugins/im/build_notify/DefaultBuildToChatNotifier.java
          http://jenkins-ci.org/commit/instant-messaging-plugin/bcd6474c089465e21013b729d3444def112294be
          Log:
          Don't make concurrent builds wait for the previous build to finish [FIX
          JENKINS-26892]

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: src/main/java/hudson/plugins/im/IMPublisher.java src/main/java/hudson/plugins/im/build_notify/DefaultBuildToChatNotifier.java http://jenkins-ci.org/commit/instant-messaging-plugin/bcd6474c089465e21013b729d3444def112294be Log: Don't make concurrent builds wait for the previous build to finish [FIX JENKINS-26892 ]

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          src/main/java/hudson/plugins/ircbot/IrcPublisher.java
          http://jenkins-ci.org/commit/ircbot-plugin/0f182312ccc5959cdc0856079180dffea9a9097b
          Log:
          Don't make concurrent builds wait for the previous build to finish [FIX
          JENKINS-26892]

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: src/main/java/hudson/plugins/ircbot/IrcPublisher.java http://jenkins-ci.org/commit/ircbot-plugin/0f182312ccc5959cdc0856079180dffea9a9097b Log: Don't make concurrent builds wait for the previous build to finish [FIX JENKINS-26892 ]

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          src/main/java/hudson/plugins/jabber/im/transport/JabberPublisher.java
          http://jenkins-ci.org/commit/jabber-plugin/8e192ae8b4500bd613f214eec21fb30261310532
          Log:
          Don't make concurrent builds wait for the previous build to finish [FIX
          JENKINS-26892]

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: src/main/java/hudson/plugins/jabber/im/transport/JabberPublisher.java http://jenkins-ci.org/commit/jabber-plugin/8e192ae8b4500bd613f214eec21fb30261310532 Log: Don't make concurrent builds wait for the previous build to finish [FIX JENKINS-26892 ]

          kutzi added a comment -

          Fixed in 2.26

          kutzi added a comment - Fixed in 2.26

          Sean Flanigan added a comment -

          Great, thank you!

          Sean Flanigan added a comment - Great, thank you!

            kutzi kutzi
            seanf Sean Flanigan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: