Skip to content

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

  1. Log into GitLab
  2. Create project 2 that contains a .gitlab-ci.yml which uses a variable.
  3. Create project 1 that contains a .gitlab-ci.yml which creates a dotenv reports, passes to a bridge.
  4. Commit all the CI files to their appropriate project via API
  5. Visit project 1 and view its latest pipeline
  6. Verify the job of the downstream pipeline passes.
Edited by GitLab QA Bot