Package version:

The properties of the source code repository.

interface SourceProperties {
    branch?: string;
    repositoryUrl: string;
    sourceControlAuthProperties?: AuthInfo;
    sourceControlType: string;
}

Properties

branch?: string

The branch name of the source code.

repositoryUrl: string

The full URL to the source code repository

sourceControlAuthProperties?: AuthInfo

The authorization properties for accessing the source code repository and to set up webhooks for notifications.

sourceControlType: string

The type of source control service.