Skip to content

Commit 60e0afa

Browse files
Update Jenkins LTS versions in various parts of the documentation (#8524)
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> Co-authored-by: Bruno Verachten <[email protected]>
1 parent a3629c9 commit 60e0afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/doc/developer/plugin-development/choosing-jenkins-baseline.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You need to balance compatibility and features:
1313
In particular, the LTS Release Line is based on slightly older releases to provide a more stable experience for conservative users.
1414
* *Building against recent Jenkins versions* allows you to use recently added core features and API from your plugin.
1515
You will also use that newer version for `mvn hpi:run`, so it may be easier to test your plugin with newer Jenkins releases.
16-
* *Do not use versions no longer supported by the update center*, which is currently anything older than 2.477 for weekly releases, and 2.462.3 for LTS releases.
16+
* *Do not use versions no longer supported by the update center*, which is currently anything older than 2.479 for weekly releases, and 2.462.3 for LTS releases.
1717
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.
1818
* *Prefer an LTS version over weekly versions.*
1919
** If you are based on the _currently active_ LTS line,

0 commit comments

Comments
 (0)