blob: a495c0463d0a2b17c81f47be347e656ed1bc96f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
wrappers:
- github-pull-request:
show-matrix-status: true
status-context: "my-build"
triggered-status: "build was triggered"
started-status: "build was started"
status-url: "http://1.2.3.4"
status-add-test-results: true
statuses:
- message: "build has succeeded"
result: SUCCESS
- message: "build has failed"
result: ERROR
|