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
.
issue 23271
Bug fix
-
Redirect to login page in the case of authorisation error when checking connectivity to the Update Center.
issue 39741
-
WinP 1.24: Native class now tries loading DLLs from the temporary location.
issue 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.
issue 24453
Notable changes since 2.19.4
Major enhancement
Enhancement
-
Allow disabling/enabling administrative monitors on Configure Jenkins form.
issue 38301
-
Ask for confirmation before canceling/aborting runs.
issue 30565
-
Prompt user whether to add the job to the current view.
issue 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.
issue 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