-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
When a seed job has determined that a job is not needed anymore, it will currently
- keep the job as is (ignore)
- disable the job
- delete the job
I would like to have another option: shelve (archive) the job using the https://plugins.jenkins.io/shelve-project-plugin
This would allow for automatic job cleanup while being safe against bugs in the seed job with a "delete" policy.