-
New Feature
-
Resolution: Fixed
-
Major
-
Jenkins 1.580.1
Shelve 1.5
we need to shelving Workflow some as job :
https://github.com/jenkinsci/workflow-plugin
- 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).