jenkinsci / embeddable-build-status-plugin

Embed build status of Jenkins jobs in web pages
https://plugins.jenkins.io/embeddable-build-status/
MIT License
166 stars 261 forks source link

Require Jenkins 2.401.3 or newer #258

Closed MarkEWaite closed 1 year ago

MarkEWaite commented 1 year ago

Require Jenkins 2.401.3 or newer

Jenkins 2.426.1 will release Nov 15, 2023. When it releases, the recommendation for minimum Jenkins version support will increase to Jenkins 2.401.3. Since the plugin bill of materials is no longer updating the 2.387.x line, this pull request switches to use Jenkins 2.401.x as the new minimum Jenkins version.

This change is not significant enough to require a new release of the plugin. It is enough that when the next release happens, it will require Jenkins 2.401.3 or newer.

Testing done

Confirmed that automated tests pass on Linux. Rely on ci.jenkins.io to check Windows. I've been using this plugin with recent Jenkins versions for a long time.

Submitter checklist