Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-26942

Easy to way to copy workspace files

    XMLWordPrintable

Details

    • New Feature
    • Status: Resolved (View Workflow)
    • Major
    • Resolution: Fixed
    • pipeline
    • None

    Description

      Frequently it is necessary to copy all or part of a workspace from one node to another within a flow. Doing so using archive and unarchive is possible, but clumsy, and leaves unwanted archives in the build record.

      Attachments

        Issue Links

          Activity

            Code changed in jenkins
            User: Jesse Glick
            Path:
            api/src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java
            http://jenkins-ci.org/commit/workflow-api-plugin/6b4822937652b5de734569c291c05ccb4f37f628
            Log:
            [FIXED JENKINS-26942] File stashing.
            Originally-Committed-As: 1c4a4416ed06ec5311ffac57f26957eab831b03e

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: api/src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java http://jenkins-ci.org/commit/workflow-api-plugin/6b4822937652b5de734569c291c05ccb4f37f628 Log: [FIXED JENKINS-26942] File stashing. Originally-Committed-As: 1c4a4416ed06ec5311ffac57f26957eab831b03e

            Code changed in jenkins
            User: Jesse Glick
            Path:
            api/src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java
            http://jenkins-ci.org/commit/workflow-api-plugin/7a854b14edef8668752f0b4c93819c667db9cd86
            Log:
            Merge pull request #186 from jglick/stash-JENKINS-26942

            JENKINS-26942 Stash files
            Originally-Committed-As: 3723c2148c11e58366da3423f3708e49a14cad37

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: api/src/main/java/org/jenkinsci/plugins/workflow/flow/StashManager.java http://jenkins-ci.org/commit/workflow-api-plugin/7a854b14edef8668752f0b4c93819c667db9cd86 Log: Merge pull request #186 from jglick/stash- JENKINS-26942 JENKINS-26942 Stash files Originally-Committed-As: 3723c2148c11e58366da3423f3708e49a14cad37

            Code changed in jenkins
            User: Jesse Glick
            Path:
            aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/stash/StashTest.java
            support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep.java
            support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/stash/UnstashStep.java
            support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/config.jelly
            support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help-excludes.html
            support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help-includes.html
            support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help-name.html
            support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help.html
            support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/UnstashStep/config.jelly
            support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/UnstashStep/help-name.html
            support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/UnstashStep/help.html
            http://jenkins-ci.org/commit/workflow-basic-steps-plugin/5f29503ff62f5167d1f044053286c24e2f6105ae
            Log:
            [FIXED JENKINS-26942] File stashing.
            Originally-Committed-As: 1c4a4416ed06ec5311ffac57f26957eab831b03e

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/stash/StashTest.java support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep.java support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/stash/UnstashStep.java support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/config.jelly support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help-excludes.html support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help-includes.html support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help-name.html support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help.html support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/UnstashStep/config.jelly support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/UnstashStep/help-name.html support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/UnstashStep/help.html http://jenkins-ci.org/commit/workflow-basic-steps-plugin/5f29503ff62f5167d1f044053286c24e2f6105ae Log: [FIXED JENKINS-26942] File stashing. Originally-Committed-As: 1c4a4416ed06ec5311ffac57f26957eab831b03e

            Code changed in jenkins
            User: Jesse Glick
            Path:
            support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/config.jelly
            http://jenkins-ci.org/commit/workflow-multibranch-plugin/1fe779fbdacef87eafe33312137c1e10af6d85c8
            Log:
            [FIXED JENKINS-26942] File stashing.
            Originally-Committed-As: 1c4a4416ed06ec5311ffac57f26957eab831b03e

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/config.jelly http://jenkins-ci.org/commit/workflow-multibranch-plugin/1fe779fbdacef87eafe33312137c1e10af6d85c8 Log: [FIXED JENKINS-26942] File stashing. Originally-Committed-As: 1c4a4416ed06ec5311ffac57f26957eab831b03e

            Code changed in jenkins
            User: Jesse Glick
            Path:
            job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
            http://jenkins-ci.org/commit/workflow-job-plugin/09701425814087cb092afee005703a7db28817df
            Log:
            [FIXED JENKINS-26942] File stashing.
            Originally-Committed-As: 1c4a4416ed06ec5311ffac57f26957eab831b03e

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java http://jenkins-ci.org/commit/workflow-job-plugin/09701425814087cb092afee005703a7db28817df Log: [FIXED JENKINS-26942] File stashing. Originally-Committed-As: 1c4a4416ed06ec5311ffac57f26957eab831b03e

            People

              jglick Jesse Glick
              jglick Jesse Glick
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: