Branch: refs/heads/master
Home: https://github.com/jenkinsci/wsclean-plugin
Commit: 54c1353f093d4b4fc8f825ee8368e585ea312d43
https://github.com/jenkinsci/wsclean-plugin/commit/54c1353f093d4b4fc8f825ee8368e585ea312d43
Author: Peter Darton <[email protected]>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
A src/main/java/de/jamba/hudson/plugin/wsclean/CommonConfig.java
A
src/main/java/de/jamba/hudson/plugin/wsclean/DisablePrePostCleanNodeProperty.java
M src/main/java/de/jamba/hudson/plugin/wsclean/PrePostClean.java
A src/main/java/de/jamba/hudson/plugin/wsclean/TaskUtils.java
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/config.jelly
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-nodeNamesToSkipString.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-nodeSelection.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-parallel.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-skipRoaming.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-timeoutInMilliseconds.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/DisablePrePostCleanNodeProperty/config.jelly
A
src/main/resources/de/jamba/hudson/plugin/wsclean/DisablePrePostCleanNodeProperty/help.html
M src/main/resources/de/jamba/hudson/plugin/wsclean/Messages.properties
A src/test/java/de/jamba/hudson/plugin/wsclean/CommonConfigTest.java
M src/test/java/de/jamba/hudson/plugin/wsclean/PrePostCleanTest.java
A src/test/java/de/jamba/hudson/plugin/wsclean/TaskUtilsTest.java
A src/test/java/jenkins/model/TestJenkins.java
Log Message:
-----------
Multiple enhancements
* Now avoids cleaning currently-running concurrent builds.
* Added DisablePrePostCleanNodeProperty so we can exclude certain nodes
from cleanup.
* Added node-name regex matching so we can exclude certain nodes from
cleanup by name, in case we can't set a nodeProperty on them.
* Can now delete on every node at once, running deletions in parallel.
* Can now calculate workspaces from past build history and/or future
build label assignments.
* Deletion timeout prevents cleanup from blocking builds indefinitely.
* Skipping roaming projects is now optional.
Commit: fbb608670d90ba260cd916db749328215d908afb
https://github.com/jenkinsci/wsclean-plugin/commit/fbb608670d90ba260cd916db749328215d908afb
Author: Peter Darton <[email protected]>
Date: 2019-08-20 (Tue, 20 Aug 2019)
Changed paths:
M src/main/java/de/jamba/hudson/plugin/wsclean/PrePostClean.java
Log Message:
-----------
Fix capitalisation on logged message.
Commit: ac0a9455c8f6ea12b3fc3e7fece33c3f0e56cd5d
https://github.com/jenkinsci/wsclean-plugin/commit/ac0a9455c8f6ea12b3fc3e7fece33c3f0e56cd5d
Author: Peter Darton <[email protected]>
Date: 2019-08-28 (Wed, 28 Aug 2019)
Changed paths:
A src/main/java/de/jamba/hudson/plugin/wsclean/CommonConfig.java
A
src/main/java/de/jamba/hudson/plugin/wsclean/DisablePrePostCleanNodeProperty.java
M src/main/java/de/jamba/hudson/plugin/wsclean/PrePostClean.java
A src/main/java/de/jamba/hudson/plugin/wsclean/TaskUtils.java
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/config.jelly
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-nodeNamesToSkipString.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-nodeSelection.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-parallel.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-skipRoaming.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/CommonConfig/help-timeoutInMilliseconds.html
A
src/main/resources/de/jamba/hudson/plugin/wsclean/DisablePrePostCleanNodeProperty/config.jelly
A
src/main/resources/de/jamba/hudson/plugin/wsclean/DisablePrePostCleanNodeProperty/help.html
M src/main/resources/de/jamba/hudson/plugin/wsclean/Messages.properties
A src/test/java/de/jamba/hudson/plugin/wsclean/CommonConfigTest.java
M src/test/java/de/jamba/hudson/plugin/wsclean/PrePostCleanTest.java
A src/test/java/de/jamba/hudson/plugin/wsclean/TaskUtilsTest.java
A src/test/java/jenkins/model/TestJenkins.java
Log Message:
-----------
Merge pull request #6 from pjdarton/multiple_enhancements
Fixes JENKINS-43269. Implements JENKINS-58493 and JENKINS-58492.
Overall it should be faster and more robust.
Compare:
https://github.com/jenkinsci/wsclean-plugin/compare/1b218facc8bd...ac0a9455c8f6
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/wsclean-plugin/push/refs/heads/master/1b218f-ac0a94%40github.com.