jenkinsci / jenkinsci/plot-plugin
[JENKINS-48813] Support non-file based plot data series
- Dominant language
- Java
- Stars
- 62
- Forks
- 93
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 1
Description
Based on recently (v2.0) added pipeline support for plot plugin: sometimes I have the values that should be plotted in memory and thus need a dedicated node block containing/wrapping (1) code for writing (e.g.) a CSV file and (2) calling the plot step pointing to that CSV file.
It would be very convenient if I could just call the plot step without the wrapping node block AND just handing over the data series, i.e. label(s) and value(s); I am not sure about the best API for that though...
---
Originally reported by reinholdfuereder, imported from: Support non-file based plot data series
vgaidarji
Raw content of original issue
Based on recently (v2.0) added pipeline support for plot plugin: sometimes I have the values that should be plotted in memory and thus need a dedicated node block containing/wrapping (1) code for writing (e.g.) a CSV file and (2) calling the plot step pointing to that CSV file.
It would be very convenient if I could just call the plot step without the wrapping node block AND just handing over the data series, i.e. label(s) and value(s); I am not sure about the best API for that though...
Contributor guide
Assessment
This issue has not been assessed yet.