summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/build-result-full.yaml
blob: f63d4614dbe00f411ad9452c07b807c274704ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
triggers:
  - build-result:
      cron: H/15 * * * *
      combine: true
      groups:
        - jobs:
            - test
            - test2
          results:
            - success
            - not-built
        - jobs:
            - test3
          results:
            - unstable