-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins : 2.249.1
Echarts API : 4.9.0-1
JUnit Plugin: 1.36
The current implementation of the graph show last 50 test result, when the number of test is high and the progression is made on thousand of runs the graph doesn't show anything useful. (it's nearly flat)
Previous implementation (not using echarts) allowed the user to change the "from" value.
It would be a valuable addition to be able to show a graph for a higher amount of builds. (even if it's a fixed amount, like 50, 200, 500, 1000, all)
- is duplicated by
-
JENKINS-59627 Make maximum number of builds in charts configurable
-
- Closed
-
- relates to
-
JENKINS-66384 In trend chart config, "number of builds" suggests values < 2, but the minimum is 2
-
- Resolved
-
- links to
Yes, this is on my todo list since the beginning of the graph conversion from PNG to JS. It is already implemented in the model, however there is no UI configuration yet. Do you have a good idea where (or how) we could offer such a chart configuration?