7d11c704ef
This is a Jenkins plugin that will publish Jenkins Job run events (start, complete, finish) to a ZMQ PUB socket. Change-Id: Id238033796e6905e18a777fc85c789ff6cf4f59d
9 lines
268 B
XML
9 lines
268 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<org.jenkinsci.plugins.ZMQEventPublisher.HudsonNotificationProperty>
|
|
<enabled>true</enabled>
|
|
</org.jenkinsci.plugins.ZMQEventPublisher.HudsonNotificationProperty>
|
|
</properties>
|
|
</project>
|