Hello,
We are currently running Jenkins 2.7.2 and have a pipeline job defined that utilizes the 'Pipeline script from SCM' SVN repo at the very start, as a result, we get the following folders upon execution:
- Dev_Pipeline
- Dev_Pipeline@script
- Dev_Pipeline@tmp
When we kick off another concurrent build, we get the following additional folders:
- Dev_Pipeline@2
- Dev_Pipeline@2@tmp
Is there any particular reason it's not pulling down the SVN repo into a 'Dev_Pipeline@2@script' as well? I can't find a configuration option to allow this.
Thanks,
Jared