Package version:

Interface BuildProperties

Build resource properties payload

Hierarchy

  • BuildProperties

Properties

agentPool?: string

The resource id of agent pool

builder?: string

The resource id of builder to build the source code

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

The environment variables for this build

Type declaration

  • [propertyName: string]: string
provisioningState?: string

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

relativePath?: string

The relative path of source code

resourceRequests?: BuildResourceRequests

The customized build resource for this build

triggeredBuildResult?: TriggeredBuildResult

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

Generated using TypeDoc