![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
20 lines
728 B
YAML
20 lines
728 B
YAML
publishers:
|
|
- 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>"}
|
|
} |