-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
When matrix projects are built, the final build status is set to "Not Built" if one of the configurations has not been built.
This is not the best strategy for it prevents to check the results for the configurations that have ran; also, skipping some configurations may be a deliberate choice...
Suggested improvement for the matrix build status computation,:
- discard the configurations whose status is "Not Built", proceed with the remaining ones
- a) if there are none, the matrix build status is "Not Built"
- b) If there are some, proceed with these with the current computation strategy.
Originally reported by pnobili, imported from: Improve the build status computation
- assignee:
kohsuke
- status: Open
- priority: Minor
- component(s): matrix-project-plugin
- resolution: Unresolved
- votes: 0
- watchers: 1
- imported: 2025-12-06
Raw content of original issue
When matrix projects are built, the final build status is set to "Not Built" if one of the configurations has not been built.
This is not the best strategy for it prevents to check the results for the configurations that have ran; also, skipping some configurations may be a deliberate choice...
Suggested improvement for the matrix build status computation,:
- discard the configurations whose status is "Not Built", proceed with the remaining ones
- a) if there are none, the matrix build status is "Not Built"
- b) If there are some, proceed with these with the current computation strategy.
Reactions are currently unavailable