Skip to content

Commit

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

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

... a version" page

Made with ❤️️ by updatecli

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

... a version" page

Made with ❤️️ by updatecli

* 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>
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent c9c3ce8 commit fc17046
Showing 1 changed file with 2 additions and 2 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.430 for weekly releases, and 2.414.3 for LTS releases.
* *Do not use versions no longer supported by the update center*, which is currently anything older than 2.432 for weekly releases, and 2.426.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,
Expand All @@ -32,7 +32,7 @@ These are updated monthly.
When updating the core dependency, choose the link:/changelog-stable/[newest LTS version] that doesn't exclude a majority of your existing users (by requiring a newer Jenkins than they have).

NOTE: If you are packaging a pure API library (one that does not depend on Jenkins APIs) then you should ignore newer Jenkins versions and pick an older LTS.
Something around 1 year old that does not have too many detached plugins makes a good choice and 2.414.3 would be a reasonable candidate.
Something around 1 year old that does not have too many detached plugins makes a good choice and 2.426.3 would be a reasonable candidate.

## Currently recommended versions

Expand Down

0 comments on commit fc17046

Please sign in to comment.