Project Source Args
Constructors
Properties
Configuration block with the authorization settings for AWS CodeBuild to access the source code to be built. This information is for the AWS CodeBuild console's use only. Use the aws.codebuild.SourceCredential
resource instead. Auth blocks are documented below.
Configuration block that contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GITHUB
, GITHUB_ENTERPRISE
, or BITBUCKET
. build_status_config
blocks are documented below.
Truncate git history to this many commits. Use 0
for a Full
checkout which you need to run commands like git branch --show-current
. See AWS CodePipeline User Guide: Tutorial: Use full clone with a GitHub pipeline source for details.
Configuration block. Detailed below.
Ignore SSL warnings when connecting to source control.
Whether to report the status of a build's start and finish to your source provider. This option is only valid when the type
is BITBUCKET
or GITHUB
.