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): step outputs #19024

Merged
merged 14 commits into from Feb 23, 2022
Merged

feat(pipelines): step outputs #19024

merged 14 commits into from Feb 23, 2022

Commits on Feb 17, 2022

  1. Squashed commit of the following:

    feat(pipelines): step outputs
    
    Make it possible to export environment variables from a CodeBuildStep,
    and pipeline sources, and use them in the environment variables of
    a CodeBuildStep or ShellStep.
    
    Closes #17189, closes #18893, closes #15943, closes #16407.
    rix0rrr committed Feb 17, 2022
    Copy the full SHA
    9b0efeb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Add export

    rix0rrr committed Feb 18, 2022
    Copy the full SHA
    7976dbe View commit details
    Browse the repository at this point in the history
  2. Add docs

    rix0rrr committed Feb 18, 2022
    Copy the full SHA
    6823efb View commit details
    Browse the repository at this point in the history
  3. Fix expectation

    rix0rrr committed Feb 18, 2022
    Copy the full SHA
    be327a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Don't need exports here

    rix0rrr committed Feb 21, 2022
    Copy the full SHA
    26c5dad View commit details
    Browse the repository at this point in the history
  2. No namespace here

    rix0rrr committed Feb 21, 2022
    Copy the full SHA
    17538b9 View commit details
    Browse the repository at this point in the history
  3. New integ test

    rix0rrr committed Feb 21, 2022
    Copy the full SHA
    1fad359 View commit details
    Browse the repository at this point in the history
  4. Updated snapshot

    rix0rrr committed Feb 21, 2022
    Copy the full SHA
    fbdf7ca View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b062225 View commit details
    Browse the repository at this point in the history
  6. rosetta failure

    kaizencc committed Feb 21, 2022
    Copy the full SHA
    2b4cf40 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Update packages/@aws-cdk/pipelines/README.md

    Co-authored-by: Kaizen Conroy <36202692+kaizen3031593@users.noreply.github.com>
    rix0rrr and kaizencc committed Feb 22, 2022
    Copy the full SHA
    e6d2440 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Copy the full SHA
    176503d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd0f083 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cd78286 View commit details
    Browse the repository at this point in the history