(PoC) This service listens to a RabbitMQ queue containing Gerrit events, converts them to Eiffel events and send them to a RabbitMQ exchange.
See supported events at https://github.com/eiffel-community/eiffel-gerrit-lib
The contents of this repository are licensed under the Apache License 2.0.
To get involved, please see Code of Conduct and contribution guidelines.
This repository forms part of the Eiffel Community. Eiffel is a protocol for technology agnostic machine-to-machine communication in continuous integration and delivery pipelines, aimed at securing scalability, flexibility and traceability. Eiffel is based on the concept of decentralized real time messaging, both to drive the continuous integration and delivery system and to document it.
Visit Eiffel Community to get started and get involved.
Download and cd repo git clone https://github.com/eiffel-community/eiffel-gerrit-herald.git && cd eiffel-gerrit-herald
Set config in src/main/resources/config.properties
. If you don't
want to store your configuration in the jar file that's produced by
the build, the herald.properties
system property can be set to
contain the path to the property file to load instead of the one
built into the executable.
Additionally, if you run Gerrit Herald via Docker, the following environment variables can be set to affect the program's runtime behavior:
Variable | Meaning |
---|---|
HERALD_OPTS | Options to pass to Eiffel Gerrit Herald itself. |
JAVA_OPTS | Options to pass to the JVM (e.g. "-Xmx1g -Dproperty=value"). |
docker-compose build
docker-compose up -d