BuildProperties interface

The build properties.

Properties

buildStatus

Status of the build once it has been provisioned.

configuration

Configuration of the build.

destinationContainerRegistry

Container registry that the final image will be uploaded to.

logStreamEndpoint

Endpoint from which the build logs can be streamed.

provisioningState

Build provisioning state.

tokenEndpoint

Endpoint to use to retrieve an authentication token for log streaming and uploading source code.

uploadEndpoint

Endpoint to which the source code should be uploaded.

Property Details

buildStatus

Status of the build once it has been provisioned.

buildStatus?: string

Property Value

string

configuration

Configuration of the build.

configuration?: BuildConfiguration

Property Value

destinationContainerRegistry

Container registry that the final image will be uploaded to.

destinationContainerRegistry?: ContainerRegistryWithCustomImage

Property Value

logStreamEndpoint

Endpoint from which the build logs can be streamed.

logStreamEndpoint?: string

Property Value

string

provisioningState

Build provisioning state.

provisioningState?: string

Property Value

string

tokenEndpoint

Endpoint to use to retrieve an authentication token for log streaming and uploading source code.

tokenEndpoint?: string

Property Value

string

uploadEndpoint

Endpoint to which the source code should be uploaded.

uploadEndpoint?: string

Property Value

string