• Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Critical Critical
    • pipeline
    • None
    • workflow 1.9-beta1

      create a workflow with the following DSL

      stage concurrency: 1, name: 'doit'
      node {
       sh 'sleep 600'
      }
      

      Start a build, then immediately start another build
      delete the first build by going to job/1/doDelete

      expected results
      the second build that was waiting for the first to finish the stage would progress

      actual results
      the second build is still waiting for the build #1 to finish - and this will never happen.

          [JENKINS-29754] stage with concurrency :1 can hang forever.

          James Nord created issue -
          James Nord made changes -
          Link New: This issue is related to JENKINS-28183 [ JENKINS-28183 ]

          James Nord added a comment -

          subsequent jobs will build and will not wait for #2 to finish.

          it is also to be noted that you can not abort/kill #2 with the red "x" on the UI.

          Running: build
          Entering stage build
          Waiting for builds [1]
          Aborted by James Nord
          Aborted by James Nord
          Aborted by James Nord
          Aborted by James Nord
          Aborted by James Nord
          

          James Nord added a comment - subsequent jobs will build and will not wait for #2 to finish. it is also to be noted that you can not abort/kill #2 with the red "x" on the UI. Running: build Entering stage build Waiting for builds [1] Aborted by James Nord Aborted by James Nord Aborted by James Nord Aborted by James Nord Aborted by James Nord
          Jesse Glick made changes -
          Link New: This issue duplicates JENKINS-28183 [ JENKINS-28183 ]

          Jesse Glick added a comment -

          Seems like a simple duplicate of JENKINS-28183.

          Jesse Glick added a comment - Seems like a simple duplicate of JENKINS-28183 .
          Jesse Glick made changes -
          Link Original: This issue is related to JENKINS-28183 [ JENKINS-28183 ]
          Jesse Glick made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 164829 ] New: JNJira + In-Review [ 197555 ]
          Andrew Bayer made changes -
          Component/s New: pipeline-general [ 21692 ]
          Andrew Bayer made changes -
          Component/s Original: workflow-plugin [ 18820 ]

            jglick Jesse Glick
            teilo James Nord
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: