Enhancement
-
Add a new CLI command
enable-plugin
to enable one or more installed plugins and optionally restart Jenkins.
JENKINS-52822
-
Update JNA from 4.2.1 to 4.5.2 to add support for s390x, update GNU C minimal requirement to 2.7 on Unix platforms.
JENKINS-52771
-
Developer: Add
EnvironmentVariablesNodeProperty#getEnv()
for better Configuration-as-Code support.
JENKINS-52794
Bug fix
-
Some types of builds, like pipelines, would sometimes run concurrently even when that was disabled.
JENKINS-41127
-
Legacy API token monitoring did not work correctly for users with id
null
.
JENKINS-52441
-
Launcher.ProcStarter.stdout(TaskListener)
did not properly send its argument over a Remoting channel to an agent.
JENKINS-52729