Skip to content

Expand pipeline variables passed downstream

What does this MR do?

This merge request makes it possible to expand cross-project pipeline variables passed downstream:

bridge:    
  variables:  
    UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME  
  trigger: my/project  

UPSTREAM_BRANCH is going to be passed to a downstream pipeline and available within the context of all downstream builds.

Does this MR meet the acceptance criteria?

Conformity

Edited by Grzegorz Bizon

Merge request reports