cr_build_status {googleCloudRunner} | R Documentation |
Returns information about a previously requested build.
Description
The 'Build' that is returned includes its status (such as 'SUCCESS','FAILURE', or 'WORKING'), and timing information.
Usage
cr_build_status(id = .Last.value, projectId = cr_project_get())
Arguments
id |
ID of the build or a |
projectId |
ID of the project |
Value
A gar_Build object Build or NULL if not found
See Also
https://cloud.google.com/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_targets()
,
cr_build_upload_gcs()
,
cr_build_wait()
,
cr_build_write()
,
cr_build_yaml_artifact()
,
cr_build_yaml_secrets()
,
cr_build_yaml()
,
cr_build()
[Package googleCloudRunner version 0.5.0 Index]