Skip to content
Snippets Groups Projects

Resolve #3441816 "Change variants variables"

All threads resolved!
Files
5
+ 4
0
@@ -132,3 +132,7 @@ Most environment variables are created when the pipeline is first built, but the
```
- !reference [ .create-environment-variables ]
```
## Running pipelines via the GitLab UI
You can run pipelines from the GitLab UI by navigating to: `Build` > `Pipelines` > `Run pipeline`. When you do this, all the variables inherited from the templates will be presented in the form and you can override any value. These changes will take priority over any pre-defined value or value set in the `.gitlab-ci.yml` file.
Loading