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): ShellScriptAction can configure environment #11229

Merged
merged 9 commits into from
Nov 9, 2020

Commits on Oct 30, 2020

  1. fix(pipelines) allow specification of buildImage in ShellScriptAction

    The codebuild image of the ShellScriptAction was hardcoded. Some validation scripts require a different codebuild image.
    This commit adds a property to the ShellScriptAction class to specify the image, which defaults to linux_4_0 (the current hardcoded value).
    fixes aws#10919
    tdikland committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    7db98c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ddf3d View commit details
    Browse the repository at this point in the history
  3. feat(pipelines) ShellScriptAction add option to configure codebuild e…

    …nvironment
    
    The build environment for the ShellScriptAction is hardcoded and set to LINUX_4_0.
    
    This fix allows the build environment to be specified in the ShellScriptAction
    fixes aws#10919
    tdikland committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    bf24aad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0655865 View commit details
    Browse the repository at this point in the history
  5. feat(pipelines): ShellScriptAction add option to configure codebuild …

    …environment
    
    The build environment for the ShellScriptAction is hardcoded and set to LINUX_4_0.
    
    This fix allows the build environment to be specified in the ShellScriptAction
    fixes aws#10919
    tdikland committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    4e16337 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tdikland/pipelinesvalidationbuildimage' of https://gith…

    …ub.com/tdikland/aws-cdk into tdikland/pipelinesvalidationbuildimage
    tdikland committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    36887fd View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    b824d82 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    55e1907 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    7f4e2ec View commit details
    Browse the repository at this point in the history