Usage
The GitLab integration can be used in the GitRepo resource.
The GitLab integration can also be added directly to a step in the integrations
section.
Default Environment Variables
When you create a resource with this integration, and create a step that uses it, a set of environment variables is automatically made available.
Environment variable | Description |
---|---|
res_<resource-name>_gitProvider_url | GitLab API location |
res_<resource-name>_gitProvider_token | The token used to connect to GitLab |
When you add this integration directly to a step, a set of environment variables is automatically made available.
Environment variable | Description |
---|---|
name_<integration-name>_url | GitLab API location |
name_<integration-name> _token | The Token used to connect to GitLab |