From 1558ef0053c923c47cf316e864fc16f4c0424c01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:54:03 +0000 Subject: [PATCH] Update Jenkins LTS versions to 2.462.3 in various parts of the documentation (#7616) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Bump Jenkins oldest weekly supported version in the "Choosing ... ... a version" page Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- .../developer/plugin-development/choosing-jenkins-baseline.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc b/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc index 90ebf78e84d3..589ce0aea824 100644 --- a/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc +++ b/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc @@ -13,7 +13,7 @@ You need to balance compatibility and features: In particular, the LTS Release Line is based on slightly older releases to provide a more stable experience for conservative users. * *Building against recent Jenkins versions* allows you to use recently added core features and API from your plugin. You will also use that newer version for `mvn hpi:run`, so it may be easier to test your plugin with newer Jenkins releases. -* *Do not use versions no longer supported by the update center*, which is currently anything older than 2.421 for weekly releases, and 2.414.1 for LTS releases. +* *Do not use versions no longer supported by the update center*, which is currently anything older than 2.423 for weekly releases, and 2.414.1 for LTS releases. Note that the lowest supported version changes about every week (weekly release) or every month (LTS release), so these specific versions will be a bad choice soon. * *Prefer an LTS version over weekly versions.* ** If you are based on the _currently active_ LTS line,