Shipfox

GitLab CI Setup

Generate a secret token

  1. On the Shipfox dashboard, go to your organization's GitLab settings.
  2. In the Secret tokens section, click on Generate (you can set a name for the token to help you identify it).
  3. A window will display with the token, copy it, and store it somewhere safe. It will not be displayed again.

Setup GitLab webhooks

Detailed documentation on setting webhooks in GitLab can be found here.

  1. In GitLab go to your project or group webhook settings.
  2. Click on Add new webhook.
  3. In the URL field, set https://edge.shipfox.io/webhook/gitlab.
  4. In the Secret token field, paste the token created in the previous section.
  5. In the Trigger field, select Job events and Pipeline events.
  6. Click on Save changes.

Setup done

Shipfox will automatically start to ingest any new events