jenkinsci / jenkinsci/agent-setup-plugin
[JENKINS-17994] Make executor number available for defining workspace location
- Dominant language
- Java
- Stars
- 11
- Forks
- 23
- Avg merge
- 21h 13m
- Merged PRs (30d)
- 1
Description
It would be great if each executor within each slave could have a separate workspace. This would allow for the same job to be run in parallel on the same slave.
My current scenario is that we use a single job to run any number of different builds based on parameters supplied to the job. As the number of different builds are large and change frequently it is not practical to setup different jobs for each of these.
---
Originally reported by tnyblom, imported from: Make executor number available for defining workspace location
kohsuke
Raw content of original issue
It would be great if each executor within each slave could have a separate workspace. This would allow for the same job to be run in parallel on the same slave.
My current scenario is that we use a single job to run any number of different builds based on parameters supplied to the job. As the number of different builds are large and change frequently it is not practical to setup different jobs for each of these.
Contributor guide
Assessment
This issue has not been assessed yet.