If pipelines are triggered due to actions to a Git repository, then all payloads must contain this. Note that either tag or branch has to be provided, but not both.

Hierarchy

  • CIAppGitInfo

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
authorEmail: string

The commit author email.

authorName?: string

The commit author name.

authorTime?: string

The commit author timestamp in RFC3339 format.

branch?: string

The branch name (if a tag use the tag parameter).

commitTime?: string

The commit timestamp in RFC3339 format.

committerEmail?: string

The committer email.

committerName?: string

The committer name.

defaultBranch?: string

The Git repository's default branch.

message?: string

The commit message.

repositoryUrl: string

The URL of the repository.

sha: string

The git commit SHA.

tag?: string

The tag name (if a branch use the branch parameter).

Generated using TypeDoc