• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • core

      Do a fresh install of Jenkins. Make 3+ executors.

      Create project A, with downstream B.
      Have it `sleep 15`.

      Create project B, with downstream C.
      Set it to block on building upstream projects.
      Have it `sleep 30`.

      Create project C.
      Set it to block on building upstream projects.
      Have it `sleep 30`.

      Trigger A, B, and C together, in succession.

      As A builds, notice that C is blocked, and waits for the (transitive) upstream project A to finish.

      However, once A finished, B and C both start!

      Only B should have started. C should have stayed blocked until B finished. Instead, C behaved as if A – and A alone – were the upstream project.

          [JENKINS-27871] Block on upstream projects does not work

          Paul Draper created issue -
          Paul Draper made changes -
          Priority Original: Minor [ 4 ] New: Critical [ 2 ]
          Stephen Connolly made changes -
          Link New: This issue is related to JENKINS-27708 [ JENKINS-27708 ]
          Stephen Connolly made changes -
          Assignee New: Stephen Connolly [ stephenconnolly ]
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Stephen Connolly made changes -
          Labels New: lts-candidate
          Oliver Gondža made changes -
          Labels Original: lts-candidate New: 1.609.1-fixed
          Stephen Connolly made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 162464 ] New: JNJira + In-Review [ 208672 ]

            stephenconnolly Stephen Connolly
            draperp Paul Draper
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: