![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
11 lines
390 B
XML
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> |