Branch: refs/heads/master
Home: https://github.com/jenkinsci/pipeline-utility-steps-plugin
Commit: 6dc17ce1b5f4797cd65b0afa78f4184e8ae40ef7
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/6dc17ce1b5f4797cd65b0afa78f4184e8ae40ef7
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/AbstractFileCompressStep.java
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStepExecution.java
Log Message:
-----------
Allowing default excludes
Commit: 242a0479244074dc10ca305043b2cecea5c48377
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/242a0479244074dc10ca305043b2cecea5c48377
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/AbstractFileCompressStep.java
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep/config.groovy
Log Message:
-----------
updating feedback comments and documentation
Commit: 6cbe2c9658f7df9bdc1ea39a785cecd46388e089
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/6cbe2c9658f7df9bdc1ea39a785cecd46388e089
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
A
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep/help-defaultExclude.html
Log Message:
-----------
updating feedback comments and documentation
Commit: adfb110b9ae1f8cbda9c153246a5e4688b6d5d3b
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/adfb110b9ae1f8cbda9c153246a5e4688b6d5d3b
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStepTest.java
Log Message:
-----------
Adding unit tests
Commit: 65b98a9d83fb468c152f06625d9f822156c82e25
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/65b98a9d83fb468c152f06625d9f822156c82e25
Author: Robert Sandell <[email protected]>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M Jenkinsfile
M pom.xml
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
A
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.groovy
R
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.html
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStepTest.java
Log Message:
-----------
Merge branch 'master' into master
Commit: 343ddb80f9f6f86c289ef19a73d125344f0cddf0
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/343ddb80f9f6f86c289ef19a73d125344f0cddf0
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/AbstractFileCompressStep.java
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep.java
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep/help-defaultExclude.html
Log Message:
-----------
Moving code to zipstep class
Commit: 888d4a270fff658eefe7cad37969ed14f7dc3692
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/888d4a270fff658eefe7cad37969ed14f7dc3692
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M Jenkinsfile
M pom.xml
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep.java
A
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.groovy
R
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStep/help.html
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/ReadYamlStepTest.java
Log Message:
-----------
Merge branch 'master' of
https://github.com/ykhandelwal913/pipeline-utility-steps-plugin
Commit: 1d960c56a26d127b1d3f913a89b2be278a7c304d
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/1d960c56a26d127b1d3f913a89b2be278a7c304d
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep/help-defaultExclude.html
Log Message:
-----------
Moving code to zipstep class
Commit: bb5afc48e05315157889625f9f3004e8092546ef
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/bb5afc48e05315157889625f9f3004e8092546ef
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStepExecution.java
Log Message:
-----------
Making defaultExcludes final
Commit: e16dd4a0b7a66e8f216756330fda6822788cbe1b
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/e16dd4a0b7a66e8f216756330fda6822788cbe1b
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-14 (Sat, 14 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/AbstractFileCompressStep.java
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/tar/TarStepExecution.java
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep.java
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep/help-defaultExclude.html
Log Message:
-----------
adding default Excludes for tar
Commit: a8698357d8aa05b77c9c253dfd311a301ad8c622
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/a8698357d8aa05b77c9c253dfd311a301ad8c622
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-15 (Sun, 15 Jan 2023)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/tar/TarStep/config.groovy
A
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/tar/TarStep/help-defaultExclude.html
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/tar/TarStepTest.java
Log Message:
-----------
Adding tar docs and unit tests
Commit: 57c8324a4918d7b959b2f7831a3fb3903702029e
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/57c8324a4918d7b959b2f7831a3fb3903702029e
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-15 (Sun, 15 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep.java
Log Message:
-----------
Removing unused import
Commit: 3f0a7d610a03fc281c0f5a0382c6c136104e0ea9
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/3f0a7d610a03fc281c0f5a0382c6c136104e0ea9
Author: Yogesh Khandelwal <[email protected]>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/AbstractFileCompressStep.java
Log Message:
-----------
fixing javadoc
Commit: f7fd56c661f5bb912f5ab0cb0b157720e2b97b99
https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/f7fd56c661f5bb912f5ab0cb0b157720e2b97b99
Author: Robert Sandell <[email protected]>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/AbstractFileCompressStep.java
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/tar/TarStepExecution.java
M
src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStepExecution.java
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/tar/TarStep/config.groovy
A
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/tar/TarStep/help-defaultExclude.html
M
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep/config.groovy
A
src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStep/help-defaultExclude.html
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/tar/TarStepTest.java
M
src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStepTest.java
Log Message:
-----------
Merge pull request #180 from ykhandelwal913/master
[JENKINS-63587] Allow disabling Ant default excludes in the zip step
Compare:
https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/c220809b6811...f7fd56c661f5
--
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/pipeline-utility-steps-plugin/push/refs/heads/master/c22080-f7fd56%40github.com.