
Adds a new scm.git choosing-strategy 'ancestry', corresponding to AncestryBuildChooser, and two new options if that strategy is selected, maximum-age and ancestor-sha1. Includes doc and test updates. Change-Id: Ib94f6100d4891b4196a6326c0678f638b4edbeab Signed-off-by: Dan Mick <danmick@gmail.com>
7 lines
144 B
YAML
7 lines
144 B
YAML
scm:
|
|
- git:
|
|
url: https://example.com/git/repo
|
|
choosing-strategy: ancestry
|
|
maximum-age: 7
|
|
ancestor-sha1: ancestor-sha1
|