BuildProperties interface
The build properties.
Properties
| build |
Status of the build once it has been provisioned. |
| configuration | Configuration of the build. |
| destination |
Container registry that the final image will be uploaded to. |
| log |
Endpoint from which the build logs can be streamed. |
| provisioning |
Build provisioning state. |
| token |
Endpoint to use to retrieve an authentication token for log streaming and uploading source code. |
| upload |
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
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