Releases: jenkinsci/workflow-cps-plugin
Releases · jenkinsci/workflow-cps-plugin
4003.vf9c56141493e
🐛 Bug fixes
- JENKINS-75067 - Unexport step bodies when completed in synchronous mode (#966) @rrjjvv
4002.v80ca_d0f47d7f
4000.v5198556e9cea_
3996.va_f5c1799f978
🐛 Bug fixes
- JENKINS-74884 - Tie RunningFlowActions factory to a specific type of action (#956) @Dohbedoh
👻 Maintenance
- JENKINS-73941 - ForceSandbox - Unify logic in Script-Security for reducing techDeb (#952) @jgarciacloudbees
3993.v3e20a_37282f8
🔒 Security
- Fix SECURITY-3362.
As part of this fix, a new-a
argument was added to thereplay-pipeline
CLI command. It allows administrators to approve an unmodified, main (Jenkinsfile) script. This is useful in combination with-s
/--script
.
3975.3977.v478dd9e956c3
🔒 Security
- Fix SECURITY-3362.
As part of this fix, a new-a
argument was added to thereplay-pipeline
CLI command. It allows administrators to approve an unmodified, main (Jenkinsfile) script. This is useful in combination with-s
/--script
.
Backport of 3993.v3e20a_37282f8 on top of 3975.v567e2a_1ffa_22.
3990.vd281dd77a_388
👷 Changes for plugin developers
- JENKINS-73941 - Option to hide "Use Groovy Sandbox" for users without Administer permission globally in the system (#948) @jgarciacloudbees
3975.v567e2a_1ffa_22
3969.vdc9d3a_efcc6a_
🚀 New features and improvements
- JENKINS-73031 - Print hint that a
static
interface
method may be to blame (#936) @jglick
📦 Dependency updates
- Bump org.jenkins-ci.plugins:plugin from 4.87 to 4.88 (#934) @dependabot
3964.v0767b_4b_a_0b_fa_
🐛 Bug fixes
- Prevent NPEs in
CpsFlowExecution.cleanUpGlobalClassValue
to make Pipeline cleanup more robust (#933) @dwnusbaum