![Ari LiVigni](/assets/img/avatar_default.png)
- Added the following for builder and publisher - Added all the fields for JMS Messaging plugins - Added a minimal example - Added a full example - Added info in trigger for builder description of the plugin Change-Id: Ifa209978dd38692da9f9d06bdf34782bd684a324
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<com.redhat.jenkins.plugins.ci.CIMessageNotifier>
|
|
<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.CIMessageNotifier>
|
|
</publishers>
|
|
</project> |