Releases: jenkinsci/durable-task-plugin
Releases · jenkinsci/durable-task-plugin
v1.39 🌈
👻 Maintenance
- Switch from MD5 to SHA-256 algorithm to hash JENKINS_SERVER_COOKIE value (#141) @imonteroperez
v1.38 🌈
💥 Breaking changes
🚀 New features and improvements
- JENKINS-27617 - Add support for windows binary (#139) @car-roll
To enable, set the following system properties:
-Dorg.jenkinsci.plugins.durabletask.WindowsBatchScript.USE_BINARY_WRAPPER=true
-Dorg.jenkinsci.plugins.durabletask.PowershellScript.USE_BINARY_WRAPPER=true
The system property to enable the binary wrapper for linux has been updated to:
-Dorg.jenkinsci.plugins.durabletask.BourneShellScript.USE_BINARY_WRAPPER=true
v1.37 🌈
🚀 New features and improvements
- JENKINS-65413 - Move binary generation to new library (#135) @car-roll
🐛 Bug fixes
- Properly handle batch scripts that call exit /b after an error (#137) @dsolovyev
- JENKINS-65597 - Fix parse error on [CmdletBinding()] in PowerShell script and fix parse error not failing the step (#134) @rkeithhill
- Fix batch line endings to Windows (CRLF) (#136) @dsolovyev