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.
|
||||
#
|
||||
# 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
|
||||
type: git
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
- across:
|
||||
- var: branch
|
||||
values: ((.:branches))
|
||||
set_pipeline: nurse-dev
|
||||
set_pipeline: dev
|
||||
file: nurse.git/.concourse/branch-validate.yml
|
||||
instance_vars: {feature: ((.:branch.groups.feature))}
|
||||
vars: {branch: ((.:branch.name))}
|
Loading…
Reference in a new issue