Jenkins v2.204.3 Release Notes

Release Date: 2020-02-28 // about 4 years ago
  • Internal changes

    🍱 🐛 Bug Fixes

    • JENKINS-60725 - Prevent false-positive warnings about missing classes on Java 11 triggered by JavaMelody when Monitoring Plugin is installed (#4433) @MRamonLeon
    • JENKINS-60716 - Retain causes of a LogRotator failure for diagnosis (#4422) @jglick
    • 💻 JENKINS-60678 - Fix java checking on ComputerLauncher for AdoptOpenJDK 11 (#4434) @MRamonLeon
    • ⚡️ JENKINS-60625 - Prevent Jenkins page rendering from being blocked when the update center data parsing is in progress @jglick
    • JENKINS-57888 - Winstone 5.7: Restore system logging customization support via the java.util.logging.config.file system property (regression in 2.177) (#4452) @lrpg
    • JENKINS-42658 - Fix NPE in Agent API when the agent is offline (e.g. retrieving agent version or OS description) (#4271) @ilpianista