Skip to content

Releases: jenkinsci/basic-branch-build-strategies-plugin

81.v05e333931c7d

04 Jul 00:25
Compare
Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates

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

👻 Maintenance

🚦 Tests

📦 Dependency updates

  • Bump git-changelist-maven-extension from 1.4 to 1.7 (#23) @dependabot

71.vc1421f89888e

20 Oct 09:25
c1421f8
Compare
Choose a tag to compare

🐛 Bug fixes

👻 Maintenance

✍ Other changes

1.3.2

04 Jul 00:00
e572db5
Compare
Choose a tag to compare

🚀 New features and improvements

1.3.1

03 Jul 23:59
Compare
Choose a tag to compare

👻 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

1.3.0

03 Jul 23:58
Compare
Choose a tag to compare

🚀 New features and improvements

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

1.2.0

03 Jul 23:56
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add Any, All and None strategies (#3)
  • Add ignoreUntrustedChanges to Change request build strategy

1.1.1

03 Jul 23:55
Compare
Choose a tag to compare

👻 Maintenance

  • Fix a typo in class naming (class is not exposed outside of the plugin)

1.1.0

03 Jul 23:54
Compare
Choose a tag to compare

👻 Maintenance

  • JENKINS-47859 Implement the migration API from branch-api to migrate the legacy hack to the correct implementation

1.0.1

03 Jul 23:53
Compare
Choose a tag to compare

🚀 New features and improvements

  • JENKINS-48792 A branch build strategy that only builds named branches.

1.0.0

03 Jul 23:52
Compare
Choose a tag to compare

🚀 New features and improvements

  • Initial release