failedPreCachingCheckJobs property

List<String>? failedPreCachingCheckJobs
getter/setter pair

The names of the previously failed CustomJob for the pre-caching-check container executions.

This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

Output only.

Implementation

core.List<core.String>? failedPreCachingCheckJobs;