Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 1 | - pipeline: |
2 | name: check | ||||
3 | manager: independent | ||||
4 | trigger: | ||||
5 | github: | ||||
6 | - event: pull_request | ||||
7 | action: | ||||
8 | - opened | ||||
9 | - changed | ||||
10 | - reopened | ||||
Jan Hruban | d4edee8 | 2015-12-16 12:49:51 +0100 | [diff] [blame] | 11 | branch: '^master$' |
Jan Hruban | c7ab160 | 2015-10-14 15:29:33 +0200 | [diff] [blame] | 12 | - event: pull_request |
13 | action: comment | ||||
14 | comment: 'test me' | ||||
Wayne | 40f4004 | 2015-06-12 16:56:30 -0700 | [diff] [blame] | 15 | success: |
16 | github: {} | ||||
17 | failure: | ||||
18 | github: {} | ||||
Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 19 | |
20 | - job: | ||||
21 | name: project-test1 | ||||
22 | - job: | ||||
23 | name: project-test2 | ||||
24 | |||||
25 | - project: | ||||
26 | name: org/project | ||||
27 | check: | ||||
28 | jobs: | ||||
29 | - project-test1 | ||||
30 | - project-test2 |