jenkinsci / jenkinsci/plot-plugin
[JENKINS-53992] Multiple use of xml file in plots
- 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
102031274552
45862
---
Originally reported by timsch, imported from: Multiple use of xml file in plots
vgaidarji
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
Assessment
This issue has not been assessed yet.