https://github.com/jenkinsci/proc-cleaner-plugin
Process cleaner for Jenkins
https://github.com/jenkinsci/proc-cleaner-plugin
adopt-this-plugin
Last synced: 5 months ago
JSON representation
Process cleaner for Jenkins
- Host: GitHub
- URL: https://github.com/jenkinsci/proc-cleaner-plugin
- Owner: jenkinsci
- Created: 2014-07-17T15:11:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T15:15:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T16:39:50.631Z (about 1 year ago)
- Topics: adopt-this-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/proc-cleaner-plugin/
- Size: 218 KB
- Stars: 0
- Watchers: 18
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Process cleaner
Eliminate running processes before or after build.
With this plugin user can decide to clean the processes either before or after the build. It can either kill all processes started by the user that runs Jenkins agent (except of that process) or all child processes of Jenkins agent (note this will not affect processes running on background).
Note the plugin can decide not to perform the cleanup in case there is a chance it will affect other jobs on the same machine. In other words, it will be skipped when there is another build running on the same slave.