Getting started
Get started with Shipfox in 5 minutes
Overview
Shipfox is a cloud-based CI observability solution, that allows you to visualize the reliability and performance of your CI/CD pipelines and tests all in one place.
You can debug complex failures directly from the platform, avoiding complex investigation through CI logs and build artifacts.
Setup
To get started connect Shipfox with your CI provider.
GitHub Actions Documentation
Read the complete documentation of the GitHub Actions integration
Install the GitHub App
- Go to the Shipfox GitHub App's page.
- Click on Install.
- Select the GitHub account or organization on which to install the App.
- Grant access to all repositories or select the ones that you want to connect with Shipfox (you can change this setting later).
- Click Install & Authorize.
Assign a Shipfox organization
- You should have been redirected to the Shipfox dashboard automatically. If this is not the case, connect to it.
- You will see all the GitHub App connections which have not been assigned to a Shipfox organization.
- Click Select organization, and choose the organization you want to assign the GitHub installation to.
- Once you have selected an organization for each installation, click Assign organizations.
Setup done
Shipfox will automatically start to ingest any new events
GitLab CI Documentation
Read the complete documentation of the GitLab CI integration
Generate a secret token
- On the Shipfox dashboard, go to your organization's GitLab settings.
- In the Secret tokens section, click on Generate (you can set a name for the token to help you identify it).
- 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.
- In GitLab go to your project or group webhook settings.
- Click on Add new webhook.
- In the URL field, set
https://edge.shipfox.io/webhook/gitlab
. - In the Secret token field, paste the token created in the previous section.
- In the Trigger field, select Job events and Pipeline events.
- Click on Save changes.
Setup done
Shipfox will automatically start to ingest any new events