GitLab CI/CD
How to integrate with GitLab CICD pipelines
This step by step guide will help you integrate Meterian in your GitLab CI/CD pipelines.
Set the METERIAN_API_TOKEN environment variable
- From the menu select Setting > CI / CD
- “Expand” the Variables section
- Add new variable
- Check the “Mask variable” option
To retrieve a Meterian API Token visit the Meterian Dashboard; in your account select the tab "Tokens" and create a new one, or use an existing one.
Add Meterian to your pipeline
There are a few ways you can configure a pipeline to integrate Meterian. Based on your needs and/or preferences you can choose one of the following:
Last modified 2mo ago