Skip to content

Commit

Permalink
Merge pull request #3002 from timja/patch-2
Browse files Browse the repository at this point in the history
Update minimum recommended baseline based on supported update centers
  • Loading branch information
oleg-nenashev authored Mar 26, 2020
2 parents 1c53cca + f8d2a98 commit 189d077
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In particular, the LTS Release Line is based on slightly older releases to provi
* *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.
Additionally, since features are sometimes moved from core into plugins, depending on a more recent Jenkins version will make your plugin's dependencies on what used to be core features explicit, otherwise your plugin will not work.
* *Use at least the minimum version supported by the update center*, the supported update center versions can be found at link:https://updates.jenkins.io[updates.jenkins.io], at the time of writing (2020-02) this is 2.150.x.
* *Use at least the minimum version supported by the update center*, the supported update center versions can be found at link:https://updates.jenkins.io[updates.jenkins.io], at the time of writing (2020-03) this is 2.164.x.

There are link:https://stats.jenkins.io/pluginversions/[statistics of core versions by plugin] that can help you decide.

Expand Down

0 comments on commit 189d077

Please sign in to comment.