From ba30b0f45ff7ff4cb79457cc8a8847569eabff89 Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 15 May 2024 19:31:05 +0000
Subject: [PATCH 1/6] chore: Bump Jenkins minimum LTS version in the
recommended versions s...
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
... ection
Made with ❤️️ by updatecli
---
.../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 d080caaa713b..fce4d6f0e1ae 100644
--- a/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc
+++ b/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc
@@ -46,6 +46,6 @@ Set the `jenkins.version` property in `pom.xml` to the version you need to depen
[source,xml]
----
- 2.426.3
+ 2.440.3
----
From 2ce36cc125b394c94950c673710c8dd2284c7a50 Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 15 May 2024 19:31:15 +0000
Subject: [PATCH 2/6] chore: Bump Jenkins good core dependencies LTS version in
the recomme...
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
... nded versions section
Made with ❤️️ by updatecli
---
.../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 fce4d6f0e1ae..f2a0bd890e23 100644
--- a/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc
+++ b/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc
@@ -36,7 +36,7 @@ Something around 1 year old that does not have too many detached plugins makes a
## Currently recommended versions
-At the moment, the Jenkins releases *2.414.3 and 2.426.3* make good core dependencies.
+At the moment, the Jenkins releases *2.426.3 and 2.440.3* make good core dependencies.
You could also consider *2.440.1* if there are specific reasons, like new features, to want something newer.
## Changing the minimum required version
From ae570ad6ef02360b31cf4861a583dd997a8d5f9c Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 15 May 2024 19:31:24 +0000
Subject: [PATCH 3/6] chore: Bump Jenkins latest LTS version in the recommended
versions se...
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
... ction
Made with ❤️️ by updatecli
---
.../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 f2a0bd890e23..63d22854924d 100644
--- a/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc
+++ b/content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc
@@ -37,7 +37,7 @@ Something around 1 year old that does not have too many detached plugins makes a
## Currently recommended versions
At the moment, the Jenkins releases *2.426.3 and 2.440.3* make good core dependencies.
-You could also consider *2.440.1* if there are specific reasons, like new features, to want something newer.
+You could also consider *2.452.1* if there are specific reasons, like new features, to want something newer.
## Changing the minimum required version
From 0f3c86b02a419e958eb078c0ff5656a477b37942 Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 15 May 2024 19:31:36 +0000
Subject: [PATCH 4/6] chore: Bump Jenkins oldest weekly supported version in
the "Choosing ...
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
... a version" page
Made with ❤️️ by updatecli
---
.../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 63d22854924d..0b618cf6360d 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.393 for weekly releases, and 2.387.2 for LTS releases.
+* *Do not use versions no longer supported by the update center*, which is currently anything older than 2.400 for weekly releases, and 2.387.2 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,
From b1c7aca2cefc4b6803e9fc7d24fc02494b468a23 Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 15 May 2024 19:31:47 +0000
Subject: [PATCH 5/6] chore: Bump Jenkins minimum LTS version in the "improve a
plugin tuto...
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
... rial"
Made with ❤️️ by updatecli
---
.../developer/tutorial-improve/update-base-jenkins-version.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc b/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc
index 6fbd621f9827..587fca952b7b 100644
--- a/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc
+++ b/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc
@@ -26,7 +26,7 @@ Update the minimum required Jenkins version by setting a `jenkins.version` value
[source,xml,subs="attributes+"]
----
- 2.426.3
+ 2.440.3
----
From 3f3301c40403f219b843f6fdacb6de6a2fe96452 Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 15 May 2024 19:31:58 +0000
Subject: [PATCH 6/6] chore: Bump Jenkins minimum LTS version in the "improve a
plugin tuto...
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
... rial task"
Made with ❤️️ by updatecli
---
.../developer/tutorial-improve/update-base-jenkins-version.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc b/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc
index 587fca952b7b..e42006ada8f4 100644
--- a/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc
+++ b/content/doc/developer/tutorial-improve/update-base-jenkins-version.adoc
@@ -5,7 +5,7 @@ title: Update Jenkins version
:modified-files: pom.xml
:task-identifier: require-newer-core
-:task-description: Require 2.426.3 as minimum Jenkins version
+:task-description: Require 2.440.3 as minimum Jenkins version
= Update minimum Jenkins version