Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 512 Bytes

File metadata and controls

29 lines (19 loc) · 512 Bytes

Gitlab Webhook

Used to receive push events from Gitlab to trigger pipeline runs.

Developing

Workflow

Build the server:

run build

Run the server:

./gitlab-webhook

Start an ngrok tunnel in another terminal window:

ngrok http 9090

Make sure the integration in your test project is configured to point at the ngrok HTTP url and that SSL verification is disabled. For more info see the docs.