pushes
Parameters
value
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. A push
block is documented below.
Parameters
values
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. A push
block is documented below.
suspend fun pushes(argument: List<suspend PipelineTriggerGitConfigurationPushArgsBuilder.() -> Unit>)
suspend fun pushes(vararg argument: suspend PipelineTriggerGitConfigurationPushArgsBuilder.() -> Unit)
Parameters
argument
The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. A push
block is documented below.