New changelogs can be found at GitHub Releases
Enabled release Drafter.
- JENKINS-54355,JENKINS-55759 Prepare for Java 11 (PR #55, PR #58, PR #59, PR #61, PR #63)
- Add "excludes" option to skip over large directories (PR #54)
- JENKINS-53053 - Implement pipeline steps for read / writing CSV files (PR #53)
Minor bumped because bump of Jenkins core dependency.
- Include defaults in interpolation (PR #50)
- Updated maven-model version to workaround MNG-6204 (PR #48)
- Just dev things
- Fixed JENKINS-50633 requirering core bump to 2.73.2
- Added explicit charset encoding when reading json to match writing json
- Workaround for JENKINS-50237 while Jenkins Core is not fixed/backported. (PR #44)
- Fixed the Snippetizer for
teestep. (PR #43)
- Major: Migrated internal plugin structure to modern 2.x ways of doing things and fixed all FindBugs warnings.
Note: the internals have changed but due to the nature of the steps; running pipelines should survive an upgrade, but we can't test all scenarios so take appropriate care when upgrading to this version. (PR #36, #38, #41)
readProperties: Added support for interpolated variables. (PR #35)- JENKINS-40518
unzipAdded the ability to suppress verbose logging. (PR #40) - Added step:
nodesByLabel(PR #39) - Ported step:
teefromtee-step-plugin(PR #37) writeYaml: Addedcharsetparameter that defaults toUTF-8.writeJSON: Now writes explicit with charsetUTF-8where before it was platform default.
- JENKINS-47347 Added
prettyparameter towriteJSONstep (PR #33).
- Added step:
sha1(PR #32).
- Made the
readXxmethods not require a workspace if only thetextparameter is used (PR #31).
- Implemented
writeYamlstep (PR #23) - JENKINS-43568 - : read/write steps locks files on windows agents, not properly closed (PR #25, PR #28, PR #29, PR #30)
- Improve the English in the touch step documentation (PR #27)
- Add a Jenkinsfile (PR #26)
- JENKINS-42091 Added steps:
readJSONandwriteJSON(PR #22)
- JENKINS-34122 zip: Exclude output file from itself. (PR #21, PR #19, PR #18)
- Added the ability to specify charset on unzip (PR #20)
- Added step:
readYaml(PR #17)
- JENKINS-34927 - Close streams of extracted files (PR #14)
- JENKINS-34935 - Fixed detection of corrupt zip files (PR #15)
- Corrected the help text for the
dirproperty on theunzipstep. pr #13
- Fixed another potential
NullPointerExceptionin ReadMavenPomStep whitelist. pr #12
- Changed unzip file reading to whole file instead of line by line to fix another issue in
readManifest. pr #11
- Fixed file encoding in
readManifest. pr #10
- Fixed null protection to ReadMavenPomStep whitelist. pr #9
- Added steps:
readMavenPom,writeMavenPom.
- First release