Skip to content

v1.38 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 19:32
· 93 commits to master since this release

πŸ’₯ 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