c2781e670f
Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
21 lines
726 B
YAML
21 lines
726 B
YAML
builders:
|
|
- jms-messaging:
|
|
override-topic: org.centos.stage.ci.pipeline.compose.complete
|
|
provider-name: fedmsg
|
|
msg-type: Custom
|
|
msg-props: |
|
|
topic=org.centos.prod.ci.pipeline.compose.complete
|
|
username=fedora-atomic
|
|
msg-content: |
|
|
{
|
|
"build_url": "${BUILD_URL}",
|
|
"compose_url": "<full-url-to-compose>",
|
|
"build_id": "${BUILD_ID}",
|
|
"ref": "fedora/rawhide/${basearch}/atomic-host",
|
|
"rev": "<sha of the commit from dist-git>",
|
|
"namespace": "rpms",
|
|
"repo": "php-simplepie",
|
|
"status": "<success/failure/aborted>",
|
|
"test_guidance": "<comma-separated-list-of-test-suites-to-run>"
|
|
}
|