workerPool property

String? workerPool
getter/setter pair

The user-specified Worker Pool resource in which the Cloud Build job will execute.

Format projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is unspecified, the default Cloud Build worker pool will be used. If omitted and deployment resource ref provided has worker_pool defined, that worker pool is used.

Optional.

Implementation

core.String? workerPool;