browser_ui/4_verify/pipeline/pass_dotenv_variables_to_downstream_via_bridge_spec.rb | Verify Pass dotenv variables to downstream via bridge runs the pipeline with composed config
E2E test for the scenario dotenv variables are not available in bridge jobs
Related MR: gitlab-org/gitlab!46530 (merged)
Steps
- Log into GitLab
- Create project 2 that contains a
.gitlab-ci.yml
which uses a variable. - Create project 1 that contains a
.gitlab-ci.yml
which creates a dotenv reports, passes to a bridge. - Commit all the CI files to their appropriate project via API
- Visit project 1 and view its latest pipeline
- Verify the job of the downstream pipeline passes.
Edited by GitLab QA Bot