Branch: refs/heads/master
Home: https://github.com/jenkinsci/ws-cleanup-plugin
Commit: 998354608cd391fe53d5e52212d2820e2dd6e610
https://github.com/jenkinsci/ws-cleanup-plugin/commit/998354608cd391fe53d5e52212d2820e2dd6e610
Author: Jacob Gardner <[email protected]>
Date: 2013-09-04 (Wed, 04 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/ws_cleanup/Cleanup.java
M src/main/java/hudson/plugins/ws_cleanup/PreBuildCleanup.java
M src/main/java/hudson/plugins/ws_cleanup/WsCleanup.java
M src/main/java/hudson/plugins/ws_cleanup/WsCleanupMatrixAggregator.java
Log Message:
-----------
Allow external tool to be used for deletion (such as unlocker)
- If a node has delete_command environment variable, it will be used
instead of the default functionality.
The format of the command is:
"path/to/executable" [options] %s
Unlocker, for example:
"C:\Program Files\Unlocker\unlocker.exe" %s /D /S
Commit: 3e60aa242d2405489604440f3c68c55a123675fb
https://github.com/jenkinsci/ws-cleanup-plugin/commit/3e60aa242d2405489604440f3c68c55a123675fb
Author: Jacob Gardner <[email protected]>
Date: 2013-09-10 (Tue, 10 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/ws_cleanup/Cleanup.java
M src/main/java/hudson/plugins/ws_cleanup/PreBuildCleanup.java
M src/main/java/hudson/plugins/ws_cleanup/WsCleanup.java
M src/main/java/hudson/plugins/ws_cleanup/WsCleanupMatrixAggregator.java
M src/main/resources/hudson/plugins/ws_cleanup/PreBuildCleanup/config.jelly
M src/main/resources/hudson/plugins/ws_cleanup/WsCleanup/config.jelly
A src/main/webapp/help/externalDelete.html
Log Message:
-----------
Deletion tool can be configured in the delete workspace settings.
Allows for expansion of variables so per-node configuration is still
available.
Compare:
https://github.com/jenkinsci/ws-cleanup-plugin/compare/7fcde3226840...3e60aa242d24
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.