jenkinsci / jenkinsci/plot-plugin
[JENKINS-63234] plot plugin should not remove points related to kept forever biulds.
- Dominant language
- Java
- Stars
- 62
- Forks
- 93
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 1
Description
Just as buid history, and XUnit trend graphs as well, plot plugin should (optionally) keep the data corresponding to buid to keep forever.
For sure, if the build is no more kept forever, it should disappear from the graph at the next run if it is outside the number of builds to show in the plot.
This implies a new parameter (boolean : keepForever) in the plugin configuration.
---
Originally reported by
jlpinardon, imported from: plot plugin should not remove points related to kept forever biulds.
vgaidarji
Raw content of original issue
Just as buid history, and XUnit trend graphs as well, plot plugin should (optionally) keep the data corresponding to buid to keep forever.
For sure, if the build is no more kept forever, it should disappear from the graph at the next run if it is outside the number of builds to show in the plot.This implies a new parameter (boolean : keepForever) in the plugin configuration.
environment
```
Jenkins 2.222.3
plot plugin 2.1.8
```
Contributor guide
Assessment
This issue has not been assessed yet.