-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
core: 1.565.3 LTS
plugin: 0.6.0
I had trend history, then aborted two builds (run job and press abort), after it trend history graph become clear.
After 2 builds graph filled back with 2 results (but before abort results still doesn't appeared).
- depends on
-
JENKINS-24380 Use build numbers as IDs
-
- Resolved
-
- is blocking
-
JENKINS-23945 Test result trend breaks lazy-loading
-
- Resolved
-
- is duplicated by
-
JENKINS-52711 JUnit Results Trend graph doesn't show all build results if builds have been deleted
-
- In Review
-
- is related to
-
JENKINS-26153 JUnit missing builds
-
- Open
-
I am using matrix (multi configuration) projects with filters to build only a subset of all the possible configurations.
These filters are dynamic and change from one build to another, so some configurations are sometimes built and sometimes not.
This causes "holes" in the history of the configurations, preventing the test result trend to display the entire history for a given configuration.
For example:
Matrix can build CONF1 and CONF2
Build #1 is CONF1
Build #2 is CONF1
Build #3 is CONF2
Build #4 is CONF2
Build #5 is CONF1
Build #6 is CONF1
=> CONF1 history is #1 #2 #5 #6, CONF2 history is #3 #4, and CONF1 test result trend only shows #5 #6
I would appreciate any suggestions to get all the builds for the configuration in the test result trend...