-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(pipelines): ShellScriptAction can configure environment #11229
Commits on Oct 30, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 7db98c6 - Browse repository at this point
Copy the full SHA 7db98c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7ddf3d - Browse repository at this point
Copy the full SHA e7ddf3dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bf24aad - Browse repository at this point
Copy the full SHA bf24aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0655865 - Browse repository at this point
Copy the full SHA 0655865View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4e16337 - Browse repository at this point
Copy the full SHA 4e16337View commit details -
Merge branch 'tdikland/pipelinesvalidationbuildimage' of https://gith…
…ub.com/tdikland/aws-cdk into tdikland/pipelinesvalidationbuildimage
Configuration menu - View commit details
-
Copy full SHA for 36887fd - Browse repository at this point
Copy the full SHA 36887fdView commit details
Commits on Oct 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b824d82 - Browse repository at this point
Copy the full SHA b824d82View commit details
Commits on Nov 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 55e1907 - Browse repository at this point
Copy the full SHA 55e1907View commit details
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7f4e2ec - Browse repository at this point
Copy the full SHA 7f4e2ecView commit details