- Implemented
writeYaml
step (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:
readJSON
andwriteJSON
(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
dir
property on theunzip
step. pr #13
- Fixed another potential
NullPointerException
in 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