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
-
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).