Details
-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: shelve-project-plugin
-
Environment:Jenkins 1.580.1
Shelve 1.5
-
Similar Issues:
-
Epic Link:
Description
we need to shelving Workflow some as job :
https://github.com/jenkinsci/workflow-plugin
Attachments
Issue Links
- is related to
-
JENKINS-26138 Support workspaces for Pipeline jobs
-
- In Review
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | Shelve workflow-plugin | workflow |
Link | This issue is related to JENKINS-26138 [ JENKINS-26138 ] |
Summary | Allow shelving of Workflow | Allow shelving of Pipeline |
Epic Link | JENKINS-34657 [ 170293 ] |
Workflow | JNJira [ 160499 ] | JNJira + In-Review [ 180376 ] |
Labels | workflow | pipeline workflow |
Labels | pipeline workflow | pipeline |
Assignee | ashlux [ ashlux ] | Pierre Beitz [ pierrebtz ] |
Issue Type | Bug [ 1 ] | New Feature [ 2 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Labels | pipeline | 2.2-fixed pipeline |
BTW ShelveProjectProperty is unnecessary; you can just use TransientActionFactory.
ShelveProjectExecutable.wipeoutWorkspace would have to be skipped since for a non-AbstractProject there is no general API for finding known workspaces (though one might be added: JENKINS-26138).