-
Improvement
-
Resolution: Fixed
-
Minor
(current feature)
Copyartifact 1.34 introduced integration with workflow plugin.
You can use copyartifact in workflow jobs like this:
step([ $class: 'CopyArtifact', projectName: 'test', filter: '**/*', selector: [$class: 'StatusBuildSelector', stable: false] ])
(expected improvement)
Workflow plugin provides plugins a way to define its own step functions like this:
copyartifact projectName: 'test', filter: '**/*', selector: [$class: 'StatusBuildSelector', stable: false]
- depends on
-
JENKINS-29922 Promote delegates of metasteps to top-level functions, deprecate $class
-
- Resolved
-
- is related to
-
JENKINS-46700 Copy artifacts plugin doesn't have nice names in Pipeline
-
- Closed
-
[JENKINS-31247] Copyartifact: more integration with workflow
Link |
New:
This issue depends on |
Workflow | Original: JNJira [ 166497 ] | New: JNJira + In-Review [ 182399 ] |
Labels | Original: workflow | New: pipeline workflow |
Labels | Original: pipeline workflow | New: pipeline |
Link |
New:
This issue is related to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |