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

Concurrent Build completion is blocked by in-progress earlier Build # of same build.

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • core
    • None

      Details:
      When running a single build concurrently : ie build 9 and 10.

      If 10 completes before 9, the Jenkins dashboard still indicates that 10 is in progress.

      However when examining Build 10's status page, it indicates it has completed.
      The console for Build 10 is constantly polling as well, instead of indicating it has completed.

      This holds up an executor, which is a waste of resources.

      Expected behavior
      Build 10 should indicate that it's complete and that the executor is free.

      Additional Info:
      Build 9 is running a lengthy external java process via bat/shell

            kohsuke Kohsuke Kawaguchi
            teh444 4 4
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: