An open API service indexing awesome lists of open source software.

https://github.com/brookhong/obs_event_trigger

a jenkins plugin to trigger build by OBS event
https://github.com/brookhong/obs_event_trigger

Last synced: 5 months ago
JSON representation

a jenkins plugin to trigger build by OBS event

Awesome Lists containing this project

README

        

This plugin is to poll OBS Event from a RabbitMQ Server and start a build if received event is matched with the specified event.

To use this trigger,

* An OBS instance must be configured with the notify_rabbitmq.pm plugin to send OBS events to RabbitMQ server.
* Notify_rabbitmq.pm depends on Net-RabbitMQ-0.2.0.
* The RabbitMQ settings must be modified with --
** rabbitmqctl add_vhost mailer_vhost
** rabbitmqctl add_user mailer mailerpwd
** rabbitmqctl set_permissions -p mailer_vhost mailer '.*' '.*' '.*'