basic-branch-build-strategies-plugin

Basic branch build strategies for projects using the branch API

MIT License

Stars
66
Committers
10

Bot releases are hidden (Show)

basic-branch-build-strategies-plugin - 1.3.2

Published by MarkEWaite over 1 year ago

🚀 New features and improvements

  • JENKINS-38552 Sync with branch-api 2.5.1 to use lastSeenRevision + lastBuilt. (#5) @fbelzunc
basic-branch-build-strategies-plugin - 1.3.1

Published by MarkEWaite over 1 year ago

👻 Maintenance

  • Fixed incorrect layering between API and SPI calls - only the API is allowed to call the SPI directly and the SPI in #3 was breaking that contract and calling the delegate SPIs directly rather than acting as an API consumer, resulting in JENKINS-56984
basic-branch-build-strategies-plugin - 1.3.0

Published by MarkEWaite over 1 year ago

🚀 New features and improvements

  • JENKINS-38552 Added build strategy to skip the initial build on the first branch indexing.
basic-branch-build-strategies-plugin - 1.2.0

Published by MarkEWaite over 1 year ago

🚀 New features and improvements

  • Add Any, All and None strategies (#3)
  • Add ignoreUntrustedChanges to Change request build strategy
basic-branch-build-strategies-plugin - 1.1.1

Published by MarkEWaite over 1 year ago

👻 Maintenance

  • Fix a typo in class naming (class is not exposed outside of the plugin)
basic-branch-build-strategies-plugin - 1.1.0

Published by MarkEWaite over 1 year ago

👻 Maintenance

  • JENKINS-47859 Implement the migration API from branch-api to migrate the legacy hack to the correct implementation
basic-branch-build-strategies-plugin - 1.0.1

Published by MarkEWaite over 1 year ago

🚀 New features and improvements

  • JENKINS-48792 A branch build strategy that only builds named branches.
basic-branch-build-strategies-plugin - 1.0.0

Published by MarkEWaite over 1 year ago

🚀 New features and improvements

  • Initial release