basic-branch-build-strategies-plugin

Basic branch build strategies for projects using the branch API

MIT License

Stars
66
Committers
10

Bot releases are visible (Hide)

basic-branch-build-strategies-plugin - 81.v05e333931c7d Latest Release

Published by github-actions[bot] over 1 year ago

๐Ÿš€ New features and improvements

  • Require Jenkins 2.361.4 and Java 11 (#22) @MarkEWaite

๐Ÿ“ Documentation updates

  • Use the correct list tags in the help-ignoreTargetOnlyChanges.html (#20) @duemir

๐Ÿ‘ป Maintenance

  • Update plugin dev (#13) @MarkEWaite

๐Ÿšฆ Tests

  • Restore tests ignored in previous commit (#21) @MarkEWaite

๐Ÿ“ฆ Dependency updates

  • Bump git-changelist-maven-extension from 1.4 to 1.7 (#23) @dependabot
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
basic-branch-build-strategies-plugin - 71.vc1421f89888e

Published by github-actions[bot] almost 2 years ago

๐Ÿ› Bug fixes

  • JENKINS-38552 - Sync with branch-api to use lastSeenRevision + lastBuilt (#5) @fbelzunc

๐Ÿ‘ป Maintenance

  • Ignore some failed test (#19) @zhan9san
  • Modernize plugin and build againts modern Jenkins (#18) @jonesbusy

โœ Other changes

  • JENKINS-56984 - Fix layering (#6) @stephenc
  • JENKINS-38552 - BranchBuildStrategy to skip the initial build on the first branch indexing (#4) @fbelzunc
  • add any and all strategies (#3) @drdamour
  • [FIXED JENKINS-47859 - Automatic branch project triggering ยป Branch names to build automatically must die (#2) @stephenc
  • [FIXED JENKINS-48792 - A branch build strategy that only builds named branches (#1) @stephenc