Enhancement
-
Update Windows Service Wrapper from 2.1.2 to 2.2.0 and Windows Agent Installer from 1.9.3 to 1.10.0 to support disabling, renaming and archiving service logs.
pull 3854, Windows Service Wrapper changelog, Windows Agent Installer Module changelog
-
Update Executable WAR from 1.41 to 1.44, allowing use of
JENKINS_ENABLE_FUTURE_JAVA environment variable as an alternative to the --enable-future-java CLI switch.
pull 3847
-
Developer: Add
SecurityListener#userCreated API to inform about user account creation in the Jenkins user database security realm.
pull 3825
-
Developer: Deprecate
ParserConfigurator.
pull 3852
-
Internal: Update frontend-maven-plugin from 1.4 to 1.6.
pull 3830
Bug fix
-
Overhaul file deletion related code to be more reliable.
JENKINS-55016, JENKINS-55448, JENKINS-55450
-
Improve robustness of console annotators such as the Timestamper plugin in conjunction with certain Pipeline steps such as
git on an agent with an old agent.jar.
JENKINS-55257