Skip to content

Commit

Permalink
Update Jenkins LTS versions to 2.452.1 in various parts of the docume…
Browse files Browse the repository at this point in the history
…ntation (#7307)

* chore: Bump Jenkins minimum LTS version in the recommended versions s...

... ection

Made with ❤️️ by updatecli

* chore: Bump Jenkins good core dependencies LTS version in the recomme...

... nded versions section

Made with ❤️️ by updatecli

* chore: Bump Jenkins latest LTS version in the recommended versions se...

... ction

Made with ❤️️ by updatecli

* chore: Bump Jenkins oldest weekly supported version in the "Choosing ...

... a version" page

Made with ❤️️ by updatecli

* chore: Bump Jenkins minimum LTS version in the "improve a plugin tuto...

... rial"

Made with ❤️️ by updatecli

* chore: Bump Jenkins minimum LTS version in the "improve a plugin tuto...

... rial task"

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 15, 2024
1 parent 641c8ed commit 5b183a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -36,8 +36,8 @@ 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.
You could also consider *2.440.1* if there are specific reasons, like new features, to want something newer.
At the moment, the Jenkins releases *2.426.3 and 2.440.3* make good core dependencies.
You could also consider *2.452.1* if there are specific reasons, like new features, to want something newer.

## Changing the minimum required version

Expand All @@ -46,6 +46,6 @@ Set the `jenkins.version` property in `pom.xml` to the version you need to depen
[source,xml]
----
<properties>
<jenkins.version>2.426.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
</properties>
----
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -26,7 +26,7 @@ Update the minimum required Jenkins version by setting a `jenkins.version` value
[source,xml,subs="attributes+"]
----
<properties>
<jenkins.version>2.426.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
</properties>
----

Expand Down

0 comments on commit 5b183a4

Please sign in to comment.