BuildProperties interface

Build resource properties payload

Properties

agentPool

The resource id of agent pool

apms

The APMs for this build

builder

The resource id of builder to build the source code

certificates

The CA Certificates for this build

env

The environment variables for this build

provisioningState

Provisioning state of the KPack build result NOTE: This property will not be serialized. It can only be populated by the server.

relativePath

The relative path of source code

resourceRequests

The customized build resource for this build

triggeredBuildResult

The build result triggered by this build NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

agentPool

The resource id of agent pool

agentPool?: string

Property Value

string

apms

The APMs for this build

apms?: ApmReference[]

Property Value

builder

The resource id of builder to build the source code

builder?: string

Property Value

string

certificates

The CA Certificates for this build

certificates?: CertificateReference[]

Property Value

env

The environment variables for this build

env?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

provisioningState

Provisioning state of the KPack build result NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

relativePath

The relative path of source code

relativePath?: string

Property Value

string

resourceRequests

The customized build resource for this build

resourceRequests?: BuildResourceRequests

Property Value

triggeredBuildResult

The build result triggered by this build NOTE: This property will not be serialized. It can only be populated by the server.

triggeredBuildResult?: TriggeredBuildResult

Property Value