cr_build_wait {googleCloudRunner} | R Documentation |
Wait for a Build to run
Description
This will repeatedly call cr_build_status whilst the status is STATUS_UNKNOWN, QUEUED or WORKING
Usage
cr_build_wait(op = .Last.value, projectId = cr_project_get())
Arguments
op |
The operation build object to wait for |
projectId |
The projectId |
Value
A gar_Build object Build
See Also
Other Cloud Build functions:
Build()
,
RepoSource()
,
Source()
,
StorageSource()
,
cr_build_artifacts()
,
cr_build_list()
,
cr_build_logs()
,
cr_build_make()
,
cr_build_status()
,
cr_build_targets()
,
cr_build_upload_gcs()
,
cr_build_write()
,
cr_build_yaml_artifact()
,
cr_build_yaml_secrets()
,
cr_build_yaml()
,
cr_build()
[Package googleCloudRunner version 0.5.0 Index]