AWS CodeBuild Operations: Difference between revisions
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
==Environment== | ==Environment== | ||
Environment image: Managed image | |||
Operating system: Ubuntu | |||
Runtime: Java | |||
Runtime version: aws/codebuild/java:openjdk-8 | |||
Privileged: Enable this flag if you want to build Docker images or want your builds to get elevated privileges | |||
Service role: | |||
For the implications on the build process of correctly configuring the service role, see: {{Internal|AWS_CodeBuild_Concepts#Service_Role|CodeBuild Service Role}} | For the implications on the build process of correctly configuring the service role, see: {{Internal|AWS_CodeBuild_Concepts#Service_Role|CodeBuild Service Role}} | ||
===Allow AWS CodeBuild to modify this service role so it can be used with this build project=== | ===Allow AWS CodeBuild to modify this service role so it can be used with this build project=== |
Revision as of 20:48, 13 February 2019
Internal
Create a Build Project
Project configuration
Select Build badge.
Source
Source provider: GitHub
Repository in my GitHub account.
Additional configuration
Git clone depth: 1
Primary source webhook events
Webhook - Rebuild every time a code change is pushed to this repository. Enable and experiment with that.
Environment
Environment image: Managed image
Operating system: Ubuntu
Runtime: Java
Runtime version: aws/codebuild/java:openjdk-8
Privileged: Enable this flag if you want to build Docker images or want your builds to get elevated privileges
Service role:
For the implications on the build process of correctly configuring the service role, see:
Allow AWS CodeBuild to modify this service role so it can be used with this build project
If selected, the console configuration code updates the role so it contains the appropriate policies.
If you get:
The policy's default version was not created by enhanced zero click role creation or was not the most recent version created by enhanced zero click role creation.
unselect "Allow AWS CodeBuild to modify ..."