The `Build` that is returned includes its status (such as `SUCCESS`,`FAILURE`, or `WORKING`), and timing information.
cr_build_status(id = .Last.value, projectId = cr_project_get())
| id | ID of the build or a |
|---|---|
| projectId | ID of the project |
A gar_Build object Build
https://cloud.google.com/cloud-build/docs/api/reference/rest/v1/projects.builds#Build.Status
Other Cloud Build functions:
Build(),
RepoSource(),
Source(),
StorageSource(),
cr_build_artifacts(),
cr_build_list(),
cr_build_logs(),
cr_build_make(),
cr_build_upload_gcs(),
cr_build_wait(),
cr_build_write(),
cr_build_yaml_artifact(),
cr_build_yaml_secrets(),
cr_build_yaml(),
cr_build()