Cloud Build V1 API - Module Google::Cloud::Build::V1::Build::FailureInfo::FailureType (v0.15.0)

Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::Build::FailureInfo::FailureType.

The name of a fatal problem encountered during the execution of the build.

Constants

FAILURE_TYPE_UNSPECIFIED

value: 0
Type unspecified

PUSH_FAILED

value: 1
Unable to push the image to the repository.

PUSH_IMAGE_NOT_FOUND

value: 2
Final image not found.

PUSH_NOT_AUTHORIZED

value: 3
Unauthorized push of the final image.

LOGGING_FAILURE

value: 4
Backend logging failures. Should retry.

USER_BUILD_STEP

value: 5
A build step has failed.

FETCH_SOURCE_FAILED

value: 6
The source fetching has failed.