Changelog for 2.136
Legend:
- security fix
- major bug fix
- bug fix
- major enhancement
- enhancement
Community feedback:
- no major issues
- notable issues
- required rollback
What's new in 2.136
(2018-08-05)
-
Add a new CLI command
enable-plugin
to enable one or more installed plugins and optionally restart Jenkins.
(issue 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.
(issue 52771)
-
Some types of builds, like pipelines, would sometimes run concurrently even when that was disabled.
(issue 41127)
-
Legacy API token monitoring did not work correctly for users with id
null
.
(issue 52441)
-
Launcher.ProcStarter.stdout(TaskListener)
did not properly send its argument over a Remoting channel to an agent.
(issue 52729)
-
Developer: Add
EnvironmentVariablesNodeProperty#getEnv()
for better Configuration-as-Code support.
(issue 52794)