BuildProperties interface
Build resource properties payload
Properties
agent |
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 |
provisioning |
Provisioning state of the KPack build result NOTE: This property will not be serialized. It can only be populated by the server. |
relative |
The relative path of source code |
resource |
The customized build resource for this build |
triggered |
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
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