← Back to all sparks
Jenkins logo

Jenkins

DEVOPSINFRA · APIS
Velocity5.0

Automation server

Jenkins keeps its weekly drumbeat going: bug fixes, dialog refinements, and a quiet UI overhaul.

weekly cadenceui modernizationbug fixessupply-chain signingregression cleanup
Current state
Jenkins has shipped a release every week for the past six weeks, all in the 2.55x–2.56x band. The bulk of each release is bug fixes plus incremental UI work behind the experimental App Bar and dialog refinements. The most notable functional change was 2.562 dropping jarsigner in favor of relying solely on GPG signatures for war-file integrity.
Where it's heading
The project is in steady-maintenance mode with a long-running, low-risk modernization of the admin UI rolling out feature by feature behind the experimental flag. Regressions from prior weeks keep getting cleaned up release-by-release, suggesting the UI rewrite is the main source of churn. No directional roadmap changes are visible in the entries.
Prediction
Expect the experimental App Bar and refined dialogs to keep expanding to more pages while the weekly bug-fix cadence continues. The jarsigner-to-GPG-only move likely sets up further toolchain cleanup in upcoming releases.

Recent moves

  1. 3d ago

    Jenkins 2.565 — narrow security-fix scope, fix lost-build regression

    Two bug fixes: scopes the SECURITY-3657 fix to the controller JVM because of symlink-stash issues on agents, and prevents active builds from being lost on job reload. Both are regression cleanup, consistent with the weekly maintenance pattern.

    View source ↗
  2. 10d ago

    Jenkins 2.564 — experimental UI polish, page title and CasC fixes

    Experimental job UI gains permalinks, scrollbar color follows secondary text color, page title restored on build console pages, configuration-as-code preserves agent offline cause. Continuation of the UI refinement track.

    View source ↗
  3. 18d ago

    Jenkins 2.563 — System page refinement, plugin bumps

    System page in Manage Jenkins refined, Script Security and Matrix Authorization plugins bumped, dialog text-wrap fix. Maintenance release with no behavior changes for end users.

    View source ↗
  4. 24d ago

    Jenkins 2.562 — drops jarsigner, relies on GPG signing

    Jenkins stops signing the war file with jarsigner and relies solely on the GPG signature for publisher verification. Small but real shift in the supply-chain story — one less verification toolchain to maintain.

    View source ↗
  5. 1mo ago

    Jenkins 2.561 — fix parameterised pipeline triggering

    Single bug fix for parameterised pipeline build triggering. Point release, no feature work.

    View source ↗
  6. 1mo ago

    Jenkins 2.560 — App Bar API for jobs, lazy-load perf

    Adopts the experimental App Bar API for jobs and skips an unnecessary copy in AbstractLazyLoadRunMap.getLoadedBuilds(). The App Bar adoption is the visible step of the rolling UI modernization; the lazy-load tweak helps large installations.

    View source ↗