-
JENKINS-38552 Sync with branch-api 2.5.1 to use lastSeenRevision + lastBuilt. PR-5
-
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
-
JENKINS-38552 Added build strategy to skip the initial build on the first branch indexing.
-
Add
Any
,All
andNone
strategies PR-3 -
Add
ignoreUntrustedChanges
to Chnage request build strategy
-
JENKINS-47859 Implement the migration API from branch-api to migrate the legacy hack to the correct implementation
-
JENKINS-48792 A branch build strategy that only builds named branches.