-
New Feature
-
Resolution: Unresolved
-
Major
-
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.