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
      }
      

          [JENKINS-44612] Duplicate shared workspace instead of reuse

          Julien Pivotto created issue -
          Julien Pivotto made changes -
          Component/s Original: shared-workspace-plugin [ 18033 ]
          Julien Pivotto made changes -
          Description Original: It would be great to, instead of reusing a shared workspace, to simply get a copy of the workspace.

          e.g.

          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
          }
          New: It would be great to, instead of reusing a shared workspace, to simply get a copy of the workspace.

          pseudo code:

          {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
          }
          {code}

            alexsomai Alexandru Somai
            roidelapluie Julien Pivotto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: