To configure a project for Gitlab you need to configure a webhook for your repository.
Configuring any project to report data to BuildBasis requires an API key. You can view your organization’s API key in the BuildBasis Dashboard API Page.
1.) Navigate to your project in GitLab.
2.) Beneath the “Settings” tab select “Webhooks”.
3.) Configure the webhook:
https://api.buildbasis.com/api/v1/webhook
Secret Token
field enter your BuildBasis API Key.4.) For the Trigger events choose: Pipeline events
.
5.) Click Save changes
.
6.) Run a pipeline and the project will be viewable within BuildBasis.