Lines Matching full:build

79 <p class="firstline">Cancels a requested build in progress.</p>
82 <p class="firstline">Starts a build with the specified configuration.</p>
85 <p class="firstline">Returns information about a previously requested build.</p>
95 <pre>Cancels a requested build in progress.
99 id: string, ID of the build. (required)
103 { # Request to cancel an ongoing build.
114 { # A build resource in the Container Builder API.
116 # At a high level, a Build describes where to find source code, how to build
121 # build is created:
123 # - $PROJECT_ID: the project ID of the build.
124 # - $BUILD_ID: the autogenerated ID of the build.
130 "finishTime": "A String", # Time at which execution of the build was finished.
133 # build's execution.
135 "status": "A String", # Status of the build.
137 "startTime": "A String", # Time at which execution of the build was started.
141 "tags": [ # Tags for annotation of a Build. These are not docker tags.
146 "id": "A String", # Unique identifier of the build.
148 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
150 "images": [ # Images that were built as a part of the build.
157 … "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
161 "timeout": "A String", # Amount of time that this build should be allowed to run, to second
162 # granularity. If this amount of time elapses, work on the build will cease
163 # and the build status will be TIMEOUT.
166 "substitutions": { # Substitutions data for Build resource.
169 … location of the source in a supported storage # Describes where to find the source files to build.
174 # the build is assumed.
175 "branchName": "A String", # Name of the branch to build.
176 "commitSha": "A String", # Explicit commit SHA to build.
177 "tagName": "A String", # Name of the tag to build.
188 # build.
194 "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
197 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
204 { # BuildStep describes a step to perform in the build pipeline.
205 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
206 # This build step will not start until all the build steps in wait_for
207 # have completed successfully. If wait_for is empty, this build step will
208 # start when all previous build steps in the Build.Steps list have completed
212 … "name": "A String", # The name of the container image that will run this particular build step.
219 # the officially supported build steps
225 # If you built an image in a previous build step, it will be stored in the
227 # later build step.
236 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
244 "id": "A String", # Optional unique identifier for this build step, used in wait_for to
245 # reference this build step as a dependency.
252 # some source was used for this build.
253 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
257 # the build is assumed.
258 "branchName": "A String", # Name of the branch to build.
259 "commitSha": "A String", # Explicit commit SHA to build.
260 "tagName": "A String", # Name of the tag to build.
263 "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
264 # source integrity was maintained in the build. Note that FileHashes will
267 # The keys to this map are file paths used as build source and the values
270 # If the build source came in a single package such as a gzipped tarfile
274 # SourceProvenance messages to verify integrity of source input to the build.
283 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
291 # build.
301 "images": [ # A list of images to be pushed upon the successful completion of all build
306 # The digests of the pushed images will be stored in the Build resource's
309 # If any of the images fail to be pushed, the build is marked FAILURE.
312 "createTime": "A String", # Time at which the request to create the build was received.
314 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.
321 <pre>Starts a build with the specified configuration.
324 the build, which can be passed to GetBuild to determine its status (e.g.,
332 { # A build resource in the Container Builder API.
334 # At a high level, a Build describes where to find source code, how to build
339 # build is created:
341 # - $PROJECT_ID: the project ID of the build.
342 # - $BUILD_ID: the autogenerated ID of the build.
348 "finishTime": "A String", # Time at which execution of the build was finished.
351 # build's execution.
353 "status": "A String", # Status of the build.
355 "startTime": "A String", # Time at which execution of the build was started.
359 "tags": [ # Tags for annotation of a Build. These are not docker tags.
364 "id": "A String", # Unique identifier of the build.
366 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
368 "images": [ # Images that were built as a part of the build.
375 "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
379 "timeout": "A String", # Amount of time that this build should be allowed to run, to second
380 # granularity. If this amount of time elapses, work on the build will cease
381 # and the build status will be TIMEOUT.
384 "substitutions": { # Substitutions data for Build resource.
387 … location of the source in a supported storage # Describes where to find the source files to build.
392 # the build is assumed.
393 "branchName": "A String", # Name of the branch to build.
394 "commitSha": "A String", # Explicit commit SHA to build.
395 "tagName": "A String", # Name of the tag to build.
406 # build.
412 "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
415 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
422 { # BuildStep describes a step to perform in the build pipeline.
423 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
424 # This build step will not start until all the build steps in wait_for
425 # have completed successfully. If wait_for is empty, this build step will
426 # start when all previous build steps in the Build.Steps list have completed
430 … "name": "A String", # The name of the container image that will run this particular build step.
437 # the officially supported build steps
443 # If you built an image in a previous build step, it will be stored in the
445 # later build step.
454 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
462 "id": "A String", # Optional unique identifier for this build step, used in wait_for to
463 # reference this build step as a dependency.
470 # some source was used for this build.
471 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
475 # the build is assumed.
476 "branchName": "A String", # Name of the branch to build.
477 "commitSha": "A String", # Explicit commit SHA to build.
478 "tagName": "A String", # Name of the tag to build.
481 "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
482 # source integrity was maintained in the build. Note that FileHashes will
485 # The keys to this map are file paths used as build source and the values
488 # If the build source came in a single package such as a gzipped tarfile
492 # SourceProvenance messages to verify integrity of source input to the build.
501 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
509 # build.
519 "images": [ # A list of images to be pushed upon the successful completion of all build
524 # The digests of the pushed images will be stored in the Build resource's
527 # If any of the images fail to be pushed, the build is marked FAILURE.
530 "createTime": "A String", # Time at which the request to create the build was received.
532 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.
636 <pre>Returns information about a previously requested build.
638 The Build that is returned includes its status (e.g., success or failure,
643 id: string, ID of the build. (required)
652 { # A build resource in the Container Builder API.
654 # At a high level, a Build describes where to find source code, how to build
659 # build is created:
661 # - $PROJECT_ID: the project ID of the build.
662 # - $BUILD_ID: the autogenerated ID of the build.
668 "finishTime": "A String", # Time at which execution of the build was finished.
671 # build's execution.
673 "status": "A String", # Status of the build.
675 "startTime": "A String", # Time at which execution of the build was started.
679 "tags": [ # Tags for annotation of a Build. These are not docker tags.
684 "id": "A String", # Unique identifier of the build.
686 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
688 "images": [ # Images that were built as a part of the build.
695 … "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
699 "timeout": "A String", # Amount of time that this build should be allowed to run, to second
700 # granularity. If this amount of time elapses, work on the build will cease
701 # and the build status will be TIMEOUT.
704 "substitutions": { # Substitutions data for Build resource.
707 … location of the source in a supported storage # Describes where to find the source files to build.
712 # the build is assumed.
713 "branchName": "A String", # Name of the branch to build.
714 "commitSha": "A String", # Explicit commit SHA to build.
715 "tagName": "A String", # Name of the tag to build.
726 # build.
732 "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
735 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
742 { # BuildStep describes a step to perform in the build pipeline.
743 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
744 # This build step will not start until all the build steps in wait_for
745 # have completed successfully. If wait_for is empty, this build step will
746 # start when all previous build steps in the Build.Steps list have completed
750 … "name": "A String", # The name of the container image that will run this particular build step.
757 # the officially supported build steps
763 # If you built an image in a previous build step, it will be stored in the
765 # later build step.
774 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
782 "id": "A String", # Optional unique identifier for this build step, used in wait_for to
783 # reference this build step as a dependency.
790 # some source was used for this build.
791 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
795 # the build is assumed.
796 "branchName": "A String", # Name of the branch to build.
797 "commitSha": "A String", # Explicit commit SHA to build.
798 "tagName": "A String", # Name of the tag to build.
801 "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
802 # source integrity was maintained in the build. Note that FileHashes will
805 # The keys to this map are file paths used as build source and the values
808 # If the build source came in a single package such as a gzipped tarfile
812 # SourceProvenance messages to verify integrity of source input to the build.
821 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
829 # build.
839 "images": [ # A list of images to be pushed upon the successful completion of all build
844 # The digests of the pushed images will be stored in the Build resource's
847 # If any of the images fail to be pushed, the build is marked FAILURE.
850 "createTime": "A String", # Time at which the request to create the build was received.
852 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.
880 { # A build resource in the Container Builder API.
882 # At a high level, a Build describes where to find source code, how to build
887 # build is created:
889 # - $PROJECT_ID: the project ID of the build.
890 # - $BUILD_ID: the autogenerated ID of the build.
896 "finishTime": "A String", # Time at which execution of the build was finished.
899 # build's execution.
901 "status": "A String", # Status of the build.
903 "startTime": "A String", # Time at which execution of the build was started.
907 "tags": [ # Tags for annotation of a Build. These are not docker tags.
912 "id": "A String", # Unique identifier of the build.
914 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
916 "images": [ # Images that were built as a part of the build.
923 … "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
927 "timeout": "A String", # Amount of time that this build should be allowed to run, to second
928 # granularity. If this amount of time elapses, work on the build will cease
929 # and the build status will be TIMEOUT.
932 "substitutions": { # Substitutions data for Build resource.
935 … location of the source in a supported storage # Describes where to find the source files to build.
940 # the build is assumed.
941 "branchName": "A String", # Name of the branch to build.
942 "commitSha": "A String", # Explicit commit SHA to build.
943 "tagName": "A String", # Name of the tag to build.
954 # build.
960 … "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
963 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
970 { # BuildStep describes a step to perform in the build pipeline.
971 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
972 # This build step will not start until all the build steps in wait_for
973 # have completed successfully. If wait_for is empty, this build step will
974 # start when all previous build steps in the Build.Steps list have completed
978 … "name": "A String", # The name of the container image that will run this particular build step.
985 # the officially supported build steps
991 # If you built an image in a previous build step, it will be stored in the
993 # later build step.
1002 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
1010 "id": "A String", # Optional unique identifier for this build step, used in wait_for to
1011 # reference this build step as a dependency.
1018 # some source was used for this build.
1019 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
1023 # the build is assumed.
1024 "branchName": "A String", # Name of the branch to build.
1025 "commitSha": "A String", # Explicit commit SHA to build.
1026 "tagName": "A String", # Name of the tag to build.
1029 … "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
1030 # source integrity was maintained in the build. Note that FileHashes will
1033 # The keys to this map are file paths used as build source and the values
1036 # If the build source came in a single package such as a gzipped tarfile
1040 # SourceProvenance messages to verify integrity of source input to the build.
1049 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
1057 # build.
1067 "images": [ # A list of images to be pushed upon the successful completion of all build
1072 # The digests of the pushed images will be stored in the Build resource's
1075 # If any of the images fail to be pushed, the build is marked FAILURE.
1078 "createTime": "A String", # Time at which the request to create the build was received.
1080 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.