Branch: refs/heads/master Home: https://github.com/jenkinsci/pipeline-utility-steps-plugin Commit: 1c83a284dc83db277cabaaa52a2ae3d35d87a8fd https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/1c83a284dc83db277cabaaa52a2ae3d35d87a8fd Author: Tom Wieczorek <t.wieczo...@yieldlab.de> Date: 2019-09-06 (Fri, 06 Sep 2019)
Changed paths: M CHANGES.md M src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/WriteYamlStep.java M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/WriteYamlStep/help.html M src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/WriteYamlStepTest.java Log Message: ----------- Add overwrite parameter to writeYaml() Commit: e18b272b5e1f756d897fcd1b837aa99dd75d59a9 https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/e18b272b5e1f756d897fcd1b837aa99dd75d59a9 Author: Tom Wieczorek <twz...@users.noreply.github.com> Date: 2019-09-07 (Sat, 07 Sep 2019) Changed paths: M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/WriteYamlStep/help.html Log Message: ----------- Correct default value in docs. Co-Authored-By: Robert Sandell <rsand...@cloudbees.com> Commit: b642666d2db28be129260fb3adc76f629f1cbf5d https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/b642666d2db28be129260fb3adc76f629f1cbf5d Author: Tom Wieczorek <t.wieczo...@yieldlab.de> Date: 2019-09-08 (Sun, 08 Sep 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/WriteYamlStep.java M src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/WriteYamlStepTest.java Log Message: ----------- Improvements after code review * Use FileNotFoundException to be backwards compatible * Tests: check if file is actually overwritten, and not just appended Commit: 7e51b2e2c6dcc1f7985a83e210ce5f7a6a9e2358 https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/7e51b2e2c6dcc1f7985a83e210ce5f7a6a9e2358 Author: Tom Wieczorek <t.wieczo...@yieldlab.de> Date: 2020-01-28 (Tue, 28 Jan 2020) Changed paths: A .github/release-drafter.yml M CHANGES.md M pom.xml M src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/json/ReadJSONStep.java M src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/json/ReadJSONStepExecution.java M src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/json/WriteJSONStep.java M src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/json/WriteJSONStepExecution.java M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/fs/FindFilesStep/config.groovy M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/json/ReadJSONStep/config.jelly M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/json/ReadJSONStep/config.properties A src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/json/ReadJSONStep/help-returnPojo.html M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/json/ReadJSONStep/help.html M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/json/WriteJSONStep/help.html M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/maven/ReadMavenPomStep/help.html M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/maven/WriteMavenPomStep/help.html R src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/json/ReadJSONStepTest.java R src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/json/WriteJSONStepTest.java M src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/fs/TeeStepTest.java A src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/json/ReadJSONStepTest.java A src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/json/WriteJSONStepTest.java M src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/zip/ZipStepTest.java Log Message: ----------- Merge branch 'master' into writeyaml-overwrite Commit: 168c97175ab218df760175c8170c253cac3099b4 https://github.com/jenkinsci/pipeline-utility-steps-plugin/commit/168c97175ab218df760175c8170c253cac3099b4 Author: Robert Sandell <rsand...@cloudbees.com> Date: 2020-01-31 (Fri, 31 Jan 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/WriteYamlStep.java M src/main/resources/org/jenkinsci/plugins/pipeline/utility/steps/conf/WriteYamlStep/help.html M src/test/java/org/jenkinsci/plugins/pipeline/utility/steps/conf/WriteYamlStepTest.java Log Message: ----------- Merge pull request #69 from twz123/writeyaml-overwrite Add overwrite parameter to writeYaml() Compare: https://github.com/jenkinsci/pipeline-utility-steps-plugin/compare/2bc3004dda0d...168c97175ab2 -- 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. 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/2bc300-168c97%40github.com.