-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
It would be great to, instead of reusing a shared workspace, to simply get a copy of the workspace.
pseudo code:
stage build { build in sharedworkspace } parallel { regession test 1: copy shared workspace of build stage run in copy regession test 2: copy shared workspace of build stage run in copy regession test 3: copy shared workspace of build stage run in copy regession test 4: copy shared workspace of build stage run in copy }
What if you try to use the Copy Artifact Plugin for this use case? https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin
CC oleg_nenashev