jenkinsci / jenkinsci/plot-plugin

[JENKINS-48813] Support non-file based plot data series

Open
#277 0 comments 0 reactions 0 assignees View on GitHub
component:plot-plugin imported-jira-issue priority:major resolution:unresolved
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


  • assignee: vgaidarji
  • status: Open
  • priority: Major
  • component(s): plot-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20260512-210953

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.