summaryrefslogtreecommitdiffstats
path: root/tests/multibranch/fixtures/scm_github_named_branch_props.yaml
blob: 02390c722773eb80dfbcc23794abe366e1e3336f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: 'demo-multibranch-github-min'
project-type: multibranch
scm:
    - github:
        repo: 'foo'
        repo-owner: 'johndoe'

        property-strategies:
            named-branches:
                defaults:
                  - pipeline-branch-durability-override: max-survivability
                exceptions:
                  - exception:
                      branch-name: master
                      properties:
                        - suppress-scm-triggering: true
                        - pipeline-branch-durability-override: survivable-nonatomic
                  - exception:
                      branch-name: staging
                      properties:
                        - suppress-scm-triggering: true