• Furkan Ayhan's avatar
    Introduce trigger:forward for CI bridge jobs · b46e4b24
    Furkan Ayhan authored
    By default, only YAML-defined bridge variables are passed to downstream
    pipelines. With the forward keyword, it is now available to pass
    manual pipeline variables to downstream pipelines.
    
    - forward:yaml_variables is an existing behavior, by default it's true.
    When true, YAML-defined bridge variables are passed to
    downstream pipelines.
    - forward:pipeline_variables is a new feature, by default it's false.
    When true, manual pipeline variables are passed to downstream pipelines.
    
    This is behind a feature flag ci_trigger_forward_variables.
    b46e4b24
bridge_spec.rb 10.6 KB