Releases: jenkinsci/scriptler-plugin
Releases · jenkinsci/scriptler-plugin
393.vc44e60d60fa_1
392.va_dce718b_3e40
391.v88a_89196d4f7
390.v23a_f77243ecf
🐛 Bug fixes
👻 Maintenance
- Fetch scripts from the
main
branch of the catalog (#131) @mtughan - Switch to built-in node instead of controller (#128) @mtughan
📦 Dependency updates
- Bump io.jenkins.tools.bom:bom-2.479.x from 3696.vb_b_4e2d1a_0542 to 3761.vd922730f0fd2 (#129) @dependabot
- Bump nl.jqno.equalsverifier:equalsverifier from 3.17.1 to 3.17.4 (#130) @dependabot
384.387.vb_5cb_a_f774857
384.386.v24ff60c5254e
376.378.v843c72a_5d055
385.vd01d180290b_c
👻 Maintenance
- JENKINS-74741 - Migrate from
FromApply#applyResponse
inScriptlerBuilder.java
(#126) @yaroslavafenkin
384.v5d0d63f4a_51e
💥 Breaking changes
- Refresh plugin for November 2024 (#127) @mtughan
- Scriptler now requires Jenkins 2.479 or higher and has migrated to Jakarta EE 9.
- Removes some adaptation code in the
Script
class which was required if upgrading from releases older than Scriptler 2.1 (released February 2012) to a later version. - Migrates APIs from using
java.io.File
tojava.nio.file.Path
in most cases. If you have scripts or internal plugins using theFile
APIs, please update appropriately.
🚀 New features and improvements
👻 Maintenance
- Split GroovyScript for agent and controller (#67) @mtughan
- Refresh plugin for November 2024 (#127) @mtughan
📦 Dependency updates
- Refresh plugin for November 2024 (#127) @mtughan
- Bump nl.jqno.equalsverifier:equalsverifier from 3.17 to 3.17.1 (#124) @dependabot
376.v152edd95b_ca_f
👻 Maintenance
- JENKINS-73973 - Improve CSP compatibility (#122) @yaroslavafenkin