ZMQ Event Publisher plugin support added

This is a Jenkins plugin that will publish Jenkins Job run events
(start, complete, finish) to a ZMQ PUB socket.

Change-Id: Id238033796e6905e18a777fc85c789ff6cf4f59d
This commit is contained in:
Sergey Kolekonov
2014-03-03 14:44:23 +04:00
committed by Gerrit Code Review
parent 6e72dc3781
commit 7d11c704ef
4 changed files with 32 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ setuptools.setup(
'priority-sorter=jenkins_jobs.modules.properties:priority_sorter',
'promoted-build=jenkins_jobs.modules.properties:promoted_build',
'throttle=jenkins_jobs.modules.properties:throttle',
'zeromq-event=jenkins_jobs.modules.properties:zeromq_event',
('delivery-pipeline=jenkins_jobs.modules.properties:'
'delivery_pipeline'),
],