Skip to content

Instantly share code, notes, and snippets.

@daniel-beck daniel-beck/2.46.1-since-2.32.3 Secret
Created Mar 29, 2017

Embed
What would you like to do?
<li class="rfe">
Update the <a href="https://github.com/jenkinsci/sshd-module">SSHD module</a> from <code>1.7</code> to <code>1.8</code>.
The change disables obsolete Ciphers: AES128CBC, TripleDESCBC, and BlowfishCBC.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-39805">issue 39805</a>)
<li class="rfe">
Allow defining agent ping interval and ping timeout in seconds.
It can be done via the
<code>hudson.slaves.ChannelPinger.pingIntervalSeconds</code> and
<code>hudson.slaves.ChannelPinger.pingTimeoutSeconds</code>
<a href="https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties">
system properties</a>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-28245">issue 28245</a>)
<li class=rfe>
Enable the JNLP4 agent protocol by default.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-40886">issue 40886</a>)
<li class=rfe>
Print stack traces in logical order, with the most important part on top.
(<a href="https://github.com/jenkinsci/jenkins/pull/1485">pull 1485</a>)
<li class="rfe">
Reduce size of Jenkins WAR file by not storing identical copies of <code>remoting.jar</code>/<code>slave.jar</code> there.
(<a href="https://github.com/jenkinsci/jenkins/pull/2633">pull 2633</a>)
<li class=rfe>
Do not print warnings about undefined parameters
when <code>hudson.model.ParametersAction.keepUndefinedParameters</code> property is set to <code>false</code>.
(<a href="https://github.com/jenkinsci/jenkins/pull/2687">pull 2687</a>)
<li class="rfe">
Increase the <code>JENKINS_HOME</code> disk space threshold from <code>1Gb</code> to <code>10Gb</code> left.
The warning will be shown only if more than <code>90%</code> of the disk is utilized.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-40749">issue 40749</a>)
<li class=bug>
Delete obsolete pinning UI.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34065">issue 34065</a>)
<li class=bug>
Use project-specific validation URL for SCM Trigger, so <code>H</code> is handled correctly in preview.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-26977">issue 26977</a>)
<li class=bug>
Failure to serialize a single <code>Action</code> could cause an entire REST export response to fail.
Upgraded to Stapler <code>1.250</code> with a fix.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-40088">issue 40088</a>)
<li class=bug>
Add Usage Statistics section to the global configuration to make it easier to find.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-32938">issue 32938</a>)
<li class=bug>
Allow <tt>groovy</tt> CLI command via SSH CLI.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-41765">issue 41765</a>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.