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

Join job should be run even if some or all downstream jobs fail

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • join-plugin
    • None

      In Join Plugin 1.15 it doesn't run a simple diamond:
      A->B
      A->C
      B->D
      C->D

      Even though A is marked to build D even if some of the downstream jobs are unstable, the last job B or C to complete complain:
      "Notifying upstream build rall #407 of job completion
      All downstream projects complete!
      Minimum result threshold not met for join project "

      I think the threshold was not met because B fails and C succeeds. It would be great to have an option to force D to run no matter the status of B or C.

            mdonohue mdonohue
            pmatos Paulo Matos
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: