Open
Description
So the idea behind this is that the pipeline will run for any branch except for the one(s) specified. Then, theoretically, this can be set globally so that all pipelines are non-production by excluding the "master" branch.
Example:
resources:
- name: source-code
type: git
source:
uri: [email protected]:example/example.git
except_branch: master
Metadata
Metadata
Assignees
Labels
No labels