Ari LiVigni 1979a954d1 Add support for jms_messaging builder and publisher
- 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
2017-05-22 13:30:26 -04:00

11 lines
390 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<com.redhat.jenkins.plugins.ci.CIMessageNotifier>
<providerName>fedmsg</providerName>
<messageType>CodeQualityChecksDone</messageType>
<messageProperties>test</messageProperties>
<messageContent>test</messageContent>
</com.redhat.jenkins.plugins.ci.CIMessageNotifier>
</publishers>
</project>