Edit

ContinuousIntegrationTrigger.BatchChanges Property

Definition

Indicates whether changes should be batched while another CI pipeline is running.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool BatchChanges { get; set; }
member this.BatchChanges : bool with get, set
Public Property BatchChanges As Boolean

Property Value

Attributes

Remarks

If this is true, then changes submitted while a CI pipeline is running will be batched and built in one new CI pipeline when the current pipeline finishes. If this is false, then a new CI pipeline will be triggered for each change to the repository.

Applies to