Changelog for 2.86
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.86
(2017-10-22)
-
Launch agent via execution of command on the master has been moved to a new Command Launcher plugin and integrated with the Script Security plugin.
(issue 47393, Command Launcher plugin site entry, related security advisory)
-
Add link to recursive
cc.xml
output on build history page.
(issue 36282)
-
Fix Download from java.sun.com installation method for JDK for downloads requiring an Oracle login after change to the Oracle site.
(issue 47448)
-
Secret
threw ArrayIndexOutOfBoundsException
trying to decrypt {}
.
(issue 47500)
-
Race conditions in agents going offline could result in an exception when picking a workspace for a build.
(issue 47455)
-
Prevent duplicated elements with incorrect URL when using the search on Dashboard View plugin based views.
(issue 35459)
-
StackOverflowError
thrown under some conditions when using Pipeline on 2.85.
(issue 47517)
-
Prevent
NullPointerException
updating a folder with a primary view specified in Folders plugin 6.2.0.
(issue 47416)
-
Developer: Add an empty default implementation for previously
abstract
methods of SecurityListener
.
(pull 3077)
-
Developer: Deprecate
hudson.util.Memoizer
and replace its usage in core.
(pull 3091)
-
Developer:
Slave.JnlpJar.getURL
did not work in some modes when core had a snapshot dependency on the Remoting library.
(pull 3069)