Enhancement
-
Add telemetry for basic Java system properties describing the environment.
pull 8787
-
Restyle widget panes.
pull 8761
-
Rework node monitor configuration.
JENKINS-72371
-
Ensure uptime is independent of system clock.
JENKINS-72157
-
Show monitoring data on agent page.
pull 8725
-
Deprecate all configurable options in **Launch agent by connecting it to the controller** (
inbound
in JCasC), as these are only useful in conjunction with the deprecated jnlpUrl
mode.
pull 8762
-
The
jnlpUrl ${JENKINS_URL}/computer/${AGENT_NAME}/jenkinsagent.jnlp
argument to the agent JAR has been deprecated.
Use url ${JENKINS_URL}
and name ${AGENT_NAME}
instead, potentially also passing in webSocket
, tunnel
, and/or work directory options as needed.
pull 8773
-
Developer: Allow replacing
onclick
attributes containing inline JS on l:task
with datacallback
.
JENKINS-60866
-
Allow users to make side panel sticky.
JENKINS-71578
Bug fix
-
Display strings consistently in the requested language when running Jenkins in a JVM with a non-english locale.
JENKINS-72449
-
Fix nested job link in mobile view.
JENKINS-72288
-
Do not show option to copy items when there are no items visible.
JENKINS-72443