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

Plugin is hanging builds when running concurrently

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • summary_report-plugin
    • Jenkins 1.591 on Windows 7 x64
      Summary Display Plugin version 1.13

      When running more than one build on the same project, sometimes builds are waiting for others to complete before they complete themselves.

      For e,g-
      Starting build #1 and #2 on JobA on the same time (using NodeLabel plugin) but they are running on different slaves.
      Let's say build #2 has finished its tasks, but is now waiting to build #1 with message:
      Publish XML Summary Reports is waiting for a checkpoint on JobA #1.

      When #1 will finish, just then #2 will also finish, even though it was idle and waiting for it.

          [JENKINS-30146] Plugin is hanging builds when running concurrently

          Experiencing this issue as well in our environment.

          CentOS release 6.2 (Final)
          Jenkins ver. 1.614
          Summary Display Plugin version 1.13

          Gabriel Preston added a comment - Experiencing this issue as well in our environment. CentOS release 6.2 (Final) Jenkins ver. 1.614 Summary Display Plugin version 1.13

          lsb want added a comment -

          me too

          lsb want added a comment - me too

          Casey Harford added a comment -

          I'm seeing this issue as well. Anytime a previous build is in progress, builds started after that one will be hung until previous build is complete. This is a major problem if you have a previous build is taking 40 minutes, and a build after that is only taking 1 minute, the build after still has to wait the entire 40 minutes before reporting a result.

          Casey Harford added a comment - I'm seeing this issue as well. Anytime a previous build is in progress, builds started after that one will be hung until previous build is complete. This is a major problem if you have a previous build is taking 40 minutes, and a build after that is only taking 1 minute, the build after still has to wait the entire 40 minutes before reporting a result.

          Code changed in jenkins
          User: Shuaibing Li
          Path:
          src/main/java/hudson/plugins/summary_report/ACIPluginProjectAction.java
          src/main/java/hudson/plugins/summary_report/ACIPluginPublisher.java
          http://jenkins-ci.org/commit/summary_report-plugin/c61dc3a416ff9adb6a3e59a25396877bae5632e0
          Log:
          JENKINS-30146 Plugin is hanging builds when running concurrently

          Signed-off-by: Shuaibing Li <Shuaibing.Li@lombardrisk.com>

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Shuaibing Li Path: src/main/java/hudson/plugins/summary_report/ACIPluginProjectAction.java src/main/java/hudson/plugins/summary_report/ACIPluginPublisher.java http://jenkins-ci.org/commit/summary_report-plugin/c61dc3a416ff9adb6a3e59a25396877bae5632e0 Log: JENKINS-30146 Plugin is hanging builds when running concurrently Signed-off-by: Shuaibing Li <Shuaibing.Li@lombardrisk.com>

          Code changed in jenkins
          User: Deruyter Thomas
          Path:
          src/main/java/hudson/plugins/summary_report/ACIPluginProjectAction.java
          src/main/java/hudson/plugins/summary_report/ACIPluginPublisher.java
          http://jenkins-ci.org/commit/summary_report-plugin/bb4c0fe368f0b5ba22cc93e12bf50993e72d492f
          Log:
          Merge pull request #4 from lsbwant/summary_report-1.13-fix-JENKINS-30146

          JENKINS-30146 Plugin is hanging builds when running concurrently

          Compare: https://github.com/jenkinsci/summary_report-plugin/compare/d7a874119636...bb4c0fe368f0

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Deruyter Thomas Path: src/main/java/hudson/plugins/summary_report/ACIPluginProjectAction.java src/main/java/hudson/plugins/summary_report/ACIPluginPublisher.java http://jenkins-ci.org/commit/summary_report-plugin/bb4c0fe368f0b5ba22cc93e12bf50993e72d492f Log: Merge pull request #4 from lsbwant/summary_report-1.13-fix- JENKINS-30146 JENKINS-30146 Plugin is hanging builds when running concurrently Compare: https://github.com/jenkinsci/summary_report-plugin/compare/d7a874119636...bb4c0fe368f0

          deruyter added a comment -

          Fixed in version 1-14

          deruyter added a comment - Fixed in version 1-14

          deruyter added a comment -

          Fixed in summary_report-1.14 released on 29th of January 2016

          deruyter added a comment - Fixed in summary_report-1.14 released on 29th of January 2016

            deruyter deruyter
            etaiso Etai Solomon
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: