fix: branch tracker pipeline
This commit is contained in:
parent
59d2d26984
commit
a52d13e1a0
2 changed files with 48 additions and 48 deletions
|
@ -15,7 +15,7 @@ resources:
|
||||||
# group under the `groups` key.
|
# group under the `groups` key.
|
||||||
#
|
#
|
||||||
# e.g. feature/some-feature ==> {"groups": {"feature": "some-feature"}}
|
# e.g. feature/some-feature ==> {"groups": {"feature": "some-feature"}}
|
||||||
branch_regex: '(\d+-|\w+\/|\w+\(\w+\):\s*)(?P<feature>.*)'
|
branch_regex: '(\d+-|\w+\/)(?P<feature>.*)'
|
||||||
|
|
||||||
- name: nurse.git
|
- name: nurse.git
|
||||||
type: git
|
type: git
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- across:
|
- across:
|
||||||
- var: branch
|
- var: branch
|
||||||
values: ((.:branches))
|
values: ((.:branches))
|
||||||
set_pipeline: nurse-dev
|
set_pipeline: dev
|
||||||
file: nurse.git/.concourse/branch-validate.yml
|
file: nurse.git/.concourse/branch-validate.yml
|
||||||
instance_vars: {feature: ((.:branch.groups.feature))}
|
instance_vars: {feature: ((.:branch.groups.feature))}
|
||||||
vars: {branch: ((.:branch.name))}
|
vars: {branch: ((.:branch.name))}
|
Loading…
Reference in a new issue