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 259 forks source link

Use jenkins.baseline property to avoid BOM update mistakes #324

Closed MarkEWaite closed 1 month ago

MarkEWaite commented 1 month ago

Use jenkins.baseline property to avoid BOM update mistakes

Avoid updates to jenkins.version that do not also update the Jenkins plugin bill of materials version.

Inspired by:

Testing done

Confirmed that mvn help:effective-pom after the change matches expected values.

Submitter checklist