jdk8
string. See the Docker images use Java 11 by default blog post for more details.
NODE_NAME
environment variable) and label of the built-in node only after explicit migration by an administrator.
New installations get the new node and label immediately.
If a job definition, Pipeline definition, or tool installer reference must be tied to the built-in node, it should use the label "built-in
".
(Built-In Node Name and Label Migration)
jenkins.model.Jenkins.nodeNameAndSelfLabelOverride
to specify a different node name and label for the built-in node (e.g. for Configuration as Code use cases) than the one otherwise determined.
This will not affect other uses of the node name, such as the URL to the built-in node (now /computer/(built-in)/
).
(pull 5425)
jenkins-core
library no longer reports an IllegalStateException
when used in IntelliJ IDEA.
(pull 5662)
AntClassLoader
class with fewer custom patches.
(pull 5656)