Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

cli/pipeline_run: Include variables in job template for pipeline run #4137

Merged
merged 2 commits into from
Oct 31, 2022

Commits on Oct 31, 2022

  1. cli/pipeline_run: Include variables in job template for pipeline run

    Prior to this commit, when a pipeline was run, the CLI variables from
    the job client were not included in the submitted job template that the
    CLI would send to the server to run pipeline jobs. This means any CLI
    variables would not be properly resolved when the job went to execute.
    This commit fixes that by including those variables in the job template.
    
    Fixes #4134
    briancain committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    dcf7bb8 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    briancain committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1698c1d View commit details
    Browse the repository at this point in the history