jenkinsci / jenkinsci/plot-plugin
[JENKINS-24964] Plot source file with parallel execution
- Dominant language
- Java
- Stars
- 62
- Forks
- 93
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 1
Description
Hi,
When using parallel execution of the same jobs, the workspace is related to the job executor, if dropping data in a csv file in the workspace it will not be shared across the job.
I tried to use a file located outside of the workspace (in /opt), my scripts write well the script but it is not read in 'Data series file'.
So my question is where to store the csvfile when using parallel execution ?
Thanks
---
Originally reported by rodolpheq, imported from: Plot source file with parallel execution
Raw content of original issue
Hi,
When using parallel execution of the same jobs, the workspace is related to the job executor, if dropping data in a csv file in the workspace it will not be shared across the job.
I tried to use a file located outside of the workspace (in /opt), my scripts write well the script but it is not read in 'Data series file'.
So my question is where to store the csvfile when using parallel execution ?Thanks
Contributor guide
Assessment
This issue has not been assessed yet.