Connect GitLab
If you haven't connected GitLab yet, you'll see a banner near the end of the Delivery step when creating your pipeline.
Click Connect GitLab, and choose either Sign in with OAuth or Use a personal access token.
Authenticate with OAuth
- Select the account you would like to use with Supernova.
- You can now use this GitLab account to automate merge requests using pipelines.
Authenticate with PAT
- Once you click Use a personal access token, a dialog will open.
- Enter a name for the token, an optional server URL, and paste in your personal access token.
- Click Save.
- You can now use this GitLab account to automate merge requests using pipelines.
For more information about managing integrations in Supernova:
Select delivery destination
- When creating a pipeline, select Open GitLab merge request as the delivery method.
- Select where you would like to open the merge request:
- Choose the Connection, and select your desired Group, Repository, and Branch
- Specify a Relative path (optional).
- Click Create pipeline.
Developers
For detailed information on code delivery, please refer to the developer documentation.