concurrentBuildLimit

@JvmName(name = "tcdyocvnivhqyeed")
suspend fun concurrentBuildLimit(value: Output<Int>)
@JvmName(name = "fcfsqkbyssnlnfmg")
suspend fun concurrentBuildLimit(value: Int?)

Parameters

value

The maximum number of concurrent builds that are allowed for this project.

New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.