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