jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-40677] ability to delete parameter-files stuff after a build completes
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
When a parameter is a file, for ex., in "For every matching file, invoke one build", those files are being saved into /var/lib/jenkins/jobs/$job/builds/$buildid/$varname/$file_pattern location. I haven't found any way to delete that stuff from that location – "Delete workspace" will act on /var/lib/jenkins/workspace/ and "Discard old builds" -> "artifacts cleanup" checkbox does nothing.
Thanks.
---
Originally reported by
userid, imported from: ability to delete parameter-files stuff after a build completes
Raw content of original issue
When a parameter is a file, for ex., in "For every matching file, invoke one build", those files are being saved into /var/lib/jenkins/jobs/$job/builds/$buildid/$varname/$file_pattern location. I haven't found any way to delete that stuff from that location – "Delete workspace" will act on /var/lib/jenkins/workspace/ and "Discard old builds" -> "artifacts cleanup" checkbox does nothing.
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.