Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pipelines): add support for CodePipeline namespaced variables #17189

Closed
wants to merge 4 commits into from
Closed

feat(pipelines): add support for CodePipeline namespaced variables #17189

wants to merge 4 commits into from

Commits on Oct 27, 2021

  1. feat(pipelines): add support for CodePipeline variables

    - Add variables namespace to CodeBuildStep
    - Add `variable` function to get a fully qualified CodePipeline variable name from CodeBuildStep instances
    - Add support for variables namespace to CodeBuild factory
    
    Refer to #15964 for a previous attempt by @berenddeboer, from which I've copied some implementation details.
    
    Fixes #15943
    
    Partially addresses #16407
    igilham committed Oct 27, 2021
    Copy the full SHA
    bf47ebb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    abb7b51 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Copy the full SHA
    479a2a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    03e9861 View commit details
    Browse the repository at this point in the history