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
- Host: GitHub
- URL: https://github.com/brookhong/obs_event_trigger
- Owner: brookhong
- Created: 2011-05-16T07:33:35.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-16T02:23:46.000Z (almost 14 years ago)
- Last Synced: 2024-12-11T08:40:13.698Z (5 months ago)
- Language: Java
- Homepage:
- Size: 123 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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 '.*' '.*' '.*'