Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.66 KB

CHANGES.adoc

File metadata and controls

44 lines (26 loc) · 1.66 KB

Changes

Version 1.3.2 (2019-05-23)

Version 1.3.1 (2019-04-16)

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

Version 1.3.0 (2019-04-05)

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

Version 1.2.0 (2019-03-21)

  • Add Any, All and None strategies PR-3

  • Add ignoreUntrustedChanges to Chnage request build strategy

Version 1.1.1 (2018-11-17)

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

Version 1.1.0 (2018-11-16)

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

Version 1.0.1 (2018-01-04)

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

Version 1.0.0 (2018-01-04)

  • Initial release