Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildProperties

Package version

Build resource properties payload

Hierarchy

  • BuildProperties

Index

Properties

Optional agentPool

agentPool: undefined | string

The resource id of agent pool

Optional builder

builder: undefined | string

The resource id of builder to build the source code

Optional env

env: undefined | {}

The environment variables for this build

Optional provisioningState

provisioningState: BuildProvisioningState

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

Optional relativePath

relativePath: undefined | string

The relative path of source code

Optional resourceRequests

resourceRequests: BuildResourceRequests

The customized build resource for this build

Optional triggeredBuildResult

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