Edit

Share via


ContinuousIntegrationTrigger.BatchChanges Property

Definition

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

[System.Runtime.Serialization.DataMember]
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 build is running will be batched and built in one new CI build when the current build finishes. If this is false, then a new CI build will be triggered for each change to the repository.

Applies to