webhook endpoint for gitlab + cisco spark
254
webhook endpoint for gitlab + cisco spark
Full documentation on gitlab webhooks are available here
git clone https://github.com/kecorbin/gitlab-spark
cd gitlab-spark
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
docker run -p 5000:5000 kecorbin/gitlab-spark
You can now configure gitlab to send webhook events to the machine you installed the receiver on.
Currently only the following events are supported:
Content type
Image
Digest
Size
264.1 MB
Last updated
over 8 years ago
docker pull kecorbin/gitlab-spark