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>
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<builders>
|
|
<com.redhat.jenkins.plugins.ci.CIMessageBuilder>
|
|
<overrides>
|
|
<topic>org.centos.stage.ci.pipeline.compose.complete</topic>
|
|
</overrides>
|
|
<providerName>fedmsg</providerName>
|
|
<messageType>Custom</messageType>
|
|
<messageProperties>topic=org.centos.prod.ci.pipeline.compose.complete
|
|
username=fedora-atomic
|
|
</messageProperties>
|
|
<messageContent>{
|
|
"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>"
|
|
}
|
|
</messageContent>
|
|
</com.redhat.jenkins.plugins.ci.CIMessageBuilder>
|
|
</builders>
|
|
</project>
|