Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ws-cleanup-plugin
  Commit: 0c3e44eea09fec474815b888a719cd7e81b588f5
      
https://github.com/jenkinsci/ws-cleanup-plugin/commit/0c3e44eea09fec474815b888a719cd7e81b588f5
  Author: Alexandru Somai <somai.alexan...@gmail.com>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/ws_cleanup/Cleanup.java
    M src/main/java/hudson/plugins/ws_cleanup/Wipeout.java
    M src/main/resources/hudson/plugins/ws_cleanup/Pattern/config.jelly
    M src/main/resources/hudson/plugins/ws_cleanup/PreBuildCleanup/config.jelly
    M src/main/resources/hudson/plugins/ws_cleanup/WsCleanup/config.jelly
    M src/main/resources/index.jelly
    M src/test/java/hudson/plugins/ws_cleanup/CleanupTest.java

  Log Message:
  -----------
  [JENKINS-28454] Update POM, prepare for Pipeline integration


  Commit: 3282b3034760c4d71623f3c7d4be77a8df6ed49b
      
https://github.com/jenkinsci/ws-cleanup-plugin/commit/3282b3034760c4d71623f3c7d4be77a8df6ed49b
  Author: Alexandru Somai <somai.alexan...@gmail.com>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/ws_cleanup/Cleanup.java
    M src/main/java/hudson/plugins/ws_cleanup/RemoteCleaner.java
    M src/main/java/hudson/plugins/ws_cleanup/WsCleanup.java

  Log Message:
  -----------
  [JENKINS-28454] Add Pipeline compatibility


  Commit: 6ac2dfc5a137eaf60ffdec4910494bf31b9a86c8
      
https://github.com/jenkinsci/ws-cleanup-plugin/commit/6ac2dfc5a137eaf60ffdec4910494bf31b9a86c8
  Author: Alexandru Somai <somai.alexan...@gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/ws_cleanup/Cleanup.java
    M src/main/java/hudson/plugins/ws_cleanup/Wipeout.java

  Log Message:
  -----------
  [JENKINS-28454] Update Jenkins core version. Implement role checker for 
FileCallable


  Commit: 97b85ba8bc71bffba599eda6155fa750ea4a71ab
      
https://github.com/jenkinsci/ws-cleanup-plugin/commit/97b85ba8bc71bffba599eda6155fa750ea4a71ab
  Author: Alexandru Somai <somai.alexan...@gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/ws_cleanup/Pattern.java
    M src/main/java/hudson/plugins/ws_cleanup/PreBuildCleanup.java
    M src/main/java/hudson/plugins/ws_cleanup/RemoteCleaner.java
    M src/main/java/hudson/plugins/ws_cleanup/WsCleanup.java
    M src/main/java/hudson/plugins/ws_cleanup/WsCleanupMatrixAggregator.java

  Log Message:
  -----------
  [JENKINS-28454] Fix FindBugs warnings


  Commit: c14ba35044940b51a526e9939a45a2918f746140
      
https://github.com/jenkinsci/ws-cleanup-plugin/commit/c14ba35044940b51a526e9939a45a2918f746140
  Author: Alexandru Somai <somai.alexan...@gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
    M pom.xml
    M src/test/java/hudson/plugins/ws_cleanup/CleanupTest.java

  Log Message:
  -----------
  [JENKINS-28454] Write Pipeline smoke test


  Commit: 748c9ed09d70c63dfdeae8557338d62b2701c551
      
https://github.com/jenkinsci/ws-cleanup-plugin/commit/748c9ed09d70c63dfdeae8557338d62b2701c551
  Author: Alexandru Somai <somai.alexan...@gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/ws_cleanup/WsCleanup.java
    M src/test/java/hudson/plugins/ws_cleanup/CleanupTest.java

  Log Message:
  -----------
  [JENKINS-28454] Switch to @DataBoundSetter to minimize Snippet Generator 
output


  Commit: 8c5a806ad21bd000afaec07185d257e8a678b16f
      
https://github.com/jenkinsci/ws-cleanup-plugin/commit/8c5a806ad21bd000afaec07185d257e8a678b16f
  Author: Alexandru Somai <somai.alexan...@gmail.com>
  Date:   2016-07-15 (Fri, 15 Jul 2016)

  Changed paths:
    M src/main/java/hudson/plugins/ws_cleanup/WsCleanup.java
    M src/main/java/hudson/plugins/ws_cleanup/WsCleanupMatrixAggregator.java
    M src/test/java/hudson/plugins/ws_cleanup/CleanupTest.java

  Log Message:
  -----------
  [JENKINS-28454] Add several Pipeline tests and minor changes


  Commit: 452372c8948c3e069dca75fadd5c726dd440dd11
      
https://github.com/jenkinsci/ws-cleanup-plugin/commit/452372c8948c3e069dca75fadd5c726dd440dd11
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/ws_cleanup/Cleanup.java
    M src/main/java/hudson/plugins/ws_cleanup/Pattern.java
    M src/main/java/hudson/plugins/ws_cleanup/PreBuildCleanup.java
    M src/main/java/hudson/plugins/ws_cleanup/RemoteCleaner.java
    M src/main/java/hudson/plugins/ws_cleanup/Wipeout.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/Pattern/config.jelly
    M src/main/resources/hudson/plugins/ws_cleanup/PreBuildCleanup/config.jelly
    M src/main/resources/hudson/plugins/ws_cleanup/WsCleanup/config.jelly
    M src/main/resources/index.jelly
    M src/test/java/hudson/plugins/ws_cleanup/CleanupTest.java

  Log Message:
  -----------
  Merge pull request #27 from alexsomai/Pipeline-JENKINS-28454

[JENKINS-28454] Pipeline compatibility


Compare: 
https://github.com/jenkinsci/ws-cleanup-plugin/compare/4ea0d3d7776d...452372c8948c

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to