You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gitlab-installation.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,9 @@ Create a `cm` project (repository) in your GitLab group. This repository must be
69
69
70
70
Once your gitStream configuration file is set up, you need a GitLab CI configuration file to trigger gitStream automations. Create a `cm` project (repository) in your GitLab group if you haven't already. It should be created in the same group or a parent group of the target repositories. Create a `.gitlab-ci.yml` file in your new `cm` repository's default branch (usually `master` or `main`) and add the following configuration:
71
71
72
+
!!! note "Variables Access Configuration for CM Project"
73
+
In your **CM project/repository only**, ensure that the CI/CD settings have the **Variables** section with the **"Minimum role to use pipeline variables"** setting configured to any value other than **"No one allowed"**. This allows the pipeline in the CM repository to access the necessary variables for gitStream to function properly. You can find this setting under **Settings > CI/CD > Variables** in the CM project.
0 commit comments