Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-utility-steps-plugin
Commit: efc0e3bae48be1f5c76032bfe73ab0c911a427fd
https://github.com/jenkinsci/workflow-utility-steps-plugin/commit/efc0e3bae48be1f5c76032bfe73ab0c911a427fd
Author: Robert Sandell <[email protected]>
Date: 2016-01-11 (Mon, 11 Jan 2016)
Changed paths:
M .gitignore
M pom.xml
A
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep.java
A
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep.java
A
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStepExecution.java
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/config.groovy
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help-archive.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help-dir.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help-glob.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help-zipFile.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help.html
A
src/test/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStepTest.java
Log Message:
-----------
Zip step
Commit: 127a98d74afd6774805f068c98b144475bc95d95
https://github.com/jenkinsci/workflow-utility-steps-plugin/commit/127a98d74afd6774805f068c98b144475bc95d95
Author: Robert Sandell <[email protected]>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep.java
A
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepExecution.java
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/config.groovy
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-dir.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-glob.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-read.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-test.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-zipFile.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help.html
A
src/test/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepTest.java
M
src/test/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStepTest.java
Log Message:
-----------
UnZip Step
Commit: 69ccb5a6e2ce7d2cfe979eacb628c214f9217ff7
https://github.com/jenkinsci/workflow-utility-steps-plugin/commit/69ccb5a6e2ce7d2cfe979eacb628c214f9217ff7
Author: Robert Sandell <[email protected]>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepTest.java
Log Message:
-----------
A bit more robustness in the readMore test
Different platforms return the order of files differently
Commit: a7331b01aa14c5bbd62dc4a26ae16f008fc5b550
https://github.com/jenkinsci/workflow-utility-steps-plugin/commit/a7331b01aa14c5bbd62dc4a26ae16f008fc5b550
Author: Robert Sandell <[email protected]>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep.java
M
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepExecution.java
M
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep.java
M
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-test.html
Log Message:
-----------
Javadoc
Commit: f013d208f843996919429678cc204393ccdc65da
https://github.com/jenkinsci/workflow-utility-steps-plugin/commit/f013d208f843996919429678cc204393ccdc65da
Author: Robert Sandell <[email protected]>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepExecution.java
M
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-read.html
M
src/test/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepTest.java
Log Message:
-----------
Return a map from reading the zip rather than a big hunky string
Commit: 57bef16a6f86288718c99f02a8cf0badfa55217f
https://github.com/jenkinsci/workflow-utility-steps-plugin/commit/57bef16a6f86288718c99f02a8cf0badfa55217f
Author: Robert Sandell <[email protected]>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-dir.html
M
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help-dir.html
Log Message:
-----------
dir paths doesn't actually need to be relative
Commit: 43a6ff6216e19fa073e66f9f90af6937e17009bd
https://github.com/jenkinsci/workflow-utility-steps-plugin/commit/43a6ff6216e19fa073e66f9f90af6937e17009bd
Author: Robert Sandell <[email protected]>
Date: 2016-01-13 (Wed, 13 Jan 2016)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStepExecution.java
M
src/test/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepTest.java
M
src/test/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStepTest.java
Log Message:
-----------
Fixed so that the base dir is no longer included in the zip file
Commit: 50705e6ed4455e4b34824293088ccd226af6bde2
https://github.com/jenkinsci/workflow-utility-steps-plugin/commit/50705e6ed4455e4b34824293088ccd226af6bde2
Author: Robert Sandell <[email protected]>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M pom.xml
M
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepExecution.java
M
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStepExecution.java
Log Message:
-----------
Fix findbugs warnings
Now requires Java 7
Commit: 2de2c2f772a9a5f18c7e28a9ae3d14b3256083e4
https://github.com/jenkinsci/workflow-utility-steps-plugin/commit/2de2c2f772a9a5f18c7e28a9ae3d14b3256083e4
Author: Robert Sandell <[email protected]>
Date: 2016-01-14 (Thu, 14 Jan 2016)
Changed paths:
M .gitignore
M pom.xml
A
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep.java
A
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepExecution.java
A
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep.java
A
src/main/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStepExecution.java
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/config.groovy
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-dir.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-glob.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-read.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-test.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help-zipFile.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStep/help.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/config.groovy
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help-archive.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help-dir.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help-glob.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help-zipFile.html
A
src/main/resources/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStep/help.html
A
src/test/java/org/jenkinsci/plugins/workflow/utility/steps/zip/UnZipStepTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/utility/steps/zip/ZipStepTest.java
Log Message:
-----------
Merge pull request #2 from jenkinsci/zip
Zip and UnZip steps
Compare:
https://github.com/jenkinsci/workflow-utility-steps-plugin/compare/fb60ce913742...2de2c2f772a9
--
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/d/optout.