1
Copying Artifacts Between Builds in a Jenkins Workflow
The copyartifact plugin now supports Jenkins Pipeline via a core step (v1.34). Use the generic `step([$class: 'CopyArtifact', …])` syntax to pull artifacts from another job, with all existing options available through the Snippet Generator. A native pipeline step is planned.
Codeshipcloudbees.com1 min