3f3c3a1160
Change-Id: Ia23cf5cd57a7db4492e2006257d0c62da3c95c07 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
14 lines
403 B
YAML
14 lines
403 B
YAML
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
|