eb8a54fa45
Change-Id: I05c2643622f469d105d53751780b0445527faf0f
31 lines
902 B
YAML
31 lines
902 B
YAML
triggers:
|
|
- github-pull-request:
|
|
admin-list:
|
|
- user1
|
|
- user2
|
|
white-list:
|
|
- user3
|
|
- user4
|
|
org-list:
|
|
- org1
|
|
- org2
|
|
cron: '* * * * *'
|
|
trigger-phrase: 'retest this please'
|
|
only-trigger-phrase: true
|
|
github-hooks: true
|
|
permit-all: false
|
|
auto-close-on-fail: false
|
|
allow-whitelist-orgs-as-admins: true
|
|
success-comment: 'success comment'
|
|
failure-comment: 'failure comment'
|
|
error-comment: 'error comment'
|
|
status-context: 'test status context'
|
|
triggered-status: 'triggered status message'
|
|
started-status: 'started status message'
|
|
status-url: 'http://example.com/status'
|
|
status-add-test-results: true
|
|
success-status: 'success status!'
|
|
failure-status: 'failure status :('
|
|
error-status: 'error status?!'
|
|
cancel-builds-on-update: true
|