GitHubEnterpriseSourceVariables
@cosmos-building-blocks/pipeline › Globals › GitHubEnterpriseSourceVariables
Hierarchy
- GitHubEnterpriseSourceVariables
Index
Properties
Properties
Readonly
authorDate
• authorDate: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:16
The date when the commit was authored, in timestamp format.
Readonly
branchName
• branchName: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:18
The name of the branch for the repository where the source change was made.
Readonly
commitId
• commitId: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:20
The commit ID that triggered the pipeline execution.
Readonly
commitMessage
• commitMessage: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:22
The description message, if any, associated with the commit that triggered the pipeline execution.
Readonly
connectionArn
• connectionArn: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:24
The connection ARN that is configured and authenticated for the source provider..
Readonly
repositoryName
• repositoryName: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:26
TThe name of the repository where the commit that triggered the pipeline was made.