jenkinsci / jenkinsci/plot-plugin

[JENKINS-53992] Multiple use of xml file in plots

Open
#291 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

If I use one xml-file in more than one plot the plugin isn't working anymore. It simply doesn't store the values anymore.

I try to generate one plot for and one for from this data which is stored in one file:


343284
102031

274552
45862

---
Originally reported by timsch, imported from: Multiple use of xml file in plots


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

Raw content of original issue

If I use one xml-file in more than one plot the plugin isn't working anymore. It simply doesn't store the values anymore.

I try to generate one plot for <rom> and one for <ram> from this data which is stored in one file:



<rom>

<Total>343284</Total>
<Config>102031</Config>
</rom>
<ram>
<Total>274552</Total>
<Config>45862</Config>
</ram>

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.