diff --git a/pipelines/multi-branch/tracker.yml b/pipelines/multi-branch/tracker.yml index 9a644af..73b2442 100644 --- a/pipelines/multi-branch/tracker.yml +++ b/pipelines/multi-branch/tracker.yml @@ -14,6 +14,11 @@ resources: type: git-branches source: uri: https://github.com/concourse/examples + # The "(?Ppattern)" syntax defines a named capture group. + # aoldershaw/git-branches-resource emits the value of each named capture + # group under the `groups` key. + # + # e.g. feature/some-feature ==> {"groups": {"feature": "some-feature"}} branch_regex: 'feature/(?P.*)' - name: examples