Project Source
data class ProjectSource(val buildStatusConfig: ProjectSourceBuildStatusConfig? = null, val buildspec: String? = null, val gitCloneDepth: Int? = null, val gitSubmodulesConfig: ProjectSourceGitSubmodulesConfig? = null, val insecureSsl: Boolean? = null, val location: String? = null, val reportBuildStatus: Boolean? = null, val type: String)
Constructors
Link copied to clipboard
fun ProjectSource(buildStatusConfig: ProjectSourceBuildStatusConfig? = null, buildspec: String? = null, gitCloneDepth: Int? = null, gitSubmodulesConfig: ProjectSourceGitSubmodulesConfig? = null, insecureSsl: Boolean? = null, location: String? = null, reportBuildStatus: Boolean? = null, type: String)
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard