Skip to content

Releases: jenkinsci/durable-task-plugin

v1.38 🌈

15 Jul 19:32
Compare
Choose a tag to compare

💥 Breaking changes

  • bump jenkins core to 2.277.1, parent pom, and dependencies (#140) @car-roll

🚀 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 🌈

03 Jun 06:26
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug fixes

👻 Maintenance