GithubEnterpriseSourceActionProps

@cosmos-building-blocks/pipelineGlobalsGithubEnterpriseSourceActionProps

Hierarchy

  • CommonAwsActionProps

    GithubEnterpriseSourceActionProps

Index

Properties

Properties

Optional Readonly branch

branch? : undefined | string

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:47

The branch to use.

default "master"


Readonly connection

connection: IGithubEnterpriseConnection

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:37

The Github Enterprise Connection to use


Optional Readonly detectChanges

detectChanges? : undefined | false | true

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:59

Controls automatically starting your pipeline when a new commit is made.

default true


Readonly output

output: Artifact

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:33

S3 Bucket for Output Artifact


Optional Readonly outputFormat

outputFormat? : undefined | string

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:53

The Artifact Output Format.

default "CODE_ZIP"


Readonly repo

repo: string

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-source-action.ts:41

The name of the repo, with the username. e.g. some-user/my-repo