jenkinsci / jenkinsci/subversion-plugin
[JENKINS-19762] Would like to be able to clean AFTER build as well as during setup
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Currently, you can do the SCM specific 'clean checkout' operation prior to the job. It would be really nice if there were a checkbox option that would allow you to run the same clean operation at the end of the build.
I'm aware of the Clean Workspace plugin, but for the same reason that I don't want to clean whole workspace before the job I don't want to clean whole workspace after the job either.
Being able to run the same SCM checkout cleanup as a final post job step (or automatically) would be great since it would clean up intermediate files, but still leave the workspace in a state where a subsequent checkout would be efficient.
---
Originally reported by
nneul, imported from: Would like to be able to clean AFTER build as well as during setup
Raw content of original issue
Currently, you can do the SCM specific 'clean checkout' operation prior to the job. It would be really nice if there were a checkbox option that would allow you to run the same clean operation at the end of the build.
I'm aware of the Clean Workspace plugin, but for the same reason that I don't want to clean whole workspace before the job I don't want to clean whole workspace after the job either.
Being able to run the same SCM checkout cleanup as a final post job step (or automatically) would be great since it would clean up intermediate files, but still leave the workspace in a state where a subsequent checkout would be efficient.
Contributor guide
Assessment
This issue has not been assessed yet.