blob: 53f0c0f4429cd0369812b79944a9c8dc8ca739ef [file] [log] [blame]
Gregory Haynes4fc12542015-04-22 20:38:06 -07001- pipeline:
2 name: check
3 manager: independent
4 trigger:
5 github:
6 - event: pull_request
7 action:
8 - opened
9 - changed
10 - reopened
Jan Hrubanc7ab1602015-10-14 15:29:33 +020011 - event: pull_request
12 action: comment
13 comment: 'test me'
Wayne40f40042015-06-12 16:56:30 -070014 success:
15 github: {}
16 failure:
17 github: {}
Gregory Haynes4fc12542015-04-22 20:38:06 -070018
19- job:
20 name: project-test1
21- job:
22 name: project-test2
23
24- project:
25 name: org/project
26 check:
27 jobs:
28 - project-test1
29 - project-test2