Issue Type: Improvement Improvement
Assignee: Kohsuke Kawaguchi
Components: matrix-project
Created: 29/Jul/14 5:03 PM
Description:

If my latest matrix build was successful, during my next execution, the overall project status is the same as the latest build status until the entire build is done.
I was checking the sources and noted the "problem" is the hudson.matrix.DefaultMatrixExecutionStrategyImpl.waitForCompletion(MatrixBuildExecution, MatrixConfiguration) method that blocks until the configuration is done, inside a loop over all configurations.
Maybe if this method do a "checkForCompletion" and update the build status for every configurations that finishes (I know it's not a trivial solution), we could have a fail-fast solution for matrix projects.

Project: Jenkins
Priority: Major Major
Reporter: Bruno Meneguello
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to