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

Allow aggregation job to run even if some downstream jobs Failed

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • join-plugin
    • None
    • Platform: All, OS: All

      Hudson is great for running tests. I use the join plugin to run a "test summary" job after a number of downstream test jobs have all completed. The workaround for failed jobs described in http://n4.nabble.com/Join-plugin-td378564.html#a378565 does not work well for our environment. If a downstream job can't build, it's a serious situation and its status should be reported as FAILURE. However, we still need to aggregate the results of the other test jobs that completed with SUCCESS or UNSTABLE status.

      Enclosed is a patch that allows users to run the join projects no matter what the status of downstream jobs.

          [JENKINS-5974] Allow aggregation job to run even if some downstream jobs Failed

          mdonohue added a comment -

          I'm not too keen on the use of a String to store the desired minimum build status. I'll see what some other plugins do for this.

          mdonohue added a comment - I'm not too keen on the use of a String to store the desired minimum build status. I'll see what some other plugins do for this.

          Andre Leitao added a comment -

          It could be done like the build other projects.

          Andre Leitao added a comment - It could be done like the build other projects.

            mdonohue mdonohue
            kbertelson kbertelson
            Votes:
            6 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: