Looking to upgrade?
Check the Upgrade Guide for assistance
Changes since 2.32
Major bug fix
-
Prevent early deallocation of process references by Garbage Collector when starting a remote process. It was sometimes causing build failures with messages like
FATAL: Invalid object ID 184 iuota=187
and java.lang.Exception: Object was recently deallocated
.
JENKINS-23271
Bug fix
-
Redirect to login page in the case of authorisation error when checking connectivity to the Update Center.
JENKINS-39741
-
WinP 1.24: Native class now tries loading DLLs from the temporary location.
JENKINS-20913
-
WinP 1.24: WinP sometimes kills wrong processes when using
killRecursive()
. It was likely impacting process termination on Windows agents and sometimes leading to BSoD.
JENKINS-24453
Notable changes since 2.19.4
Major enhancement
Enhancement
-
Allow disabling/enabling administrative monitors on Configure Jenkins form.
JENKINS-38301
-
Ask for confirmation before canceling/aborting runs.
JENKINS-30565
-
Prompt user whether to add the job to the current view.
JENKINS-19142
-
Allow
CommandInterpreter
build steps to set a build result as Unstable via the return code. Shell and Batch build steps now support this feature.
JENKINS-23786
-
Internal: Upgrade Stapler library from 1.243 to 1.246 with fixes required for the Blue Ocean project. Changes are listed here.
pull 2593