Lines Matching full:build
104 { # Configuration for an automated build in response to source repository
112 "substitutions": { # Substitutions data for Build resource.
115 "disabled": True or False, # If true, the trigger will never result in a build.
116 "build": { # A build resource in the Container Builder API. # Contents of the build template.
118 # At a high level, a Build describes where to find source code, how to build
123 # build is created:
125 # - $PROJECT_ID: the project ID of the build.
126 # - $BUILD_ID: the autogenerated ID of the build.
132 "finishTime": "A String", # Time at which execution of the build was finished.
135 # build's execution.
137 "status": "A String", # Status of the build.
139 "startTime": "A String", # Time at which execution of the build was started.
143 "tags": [ # Tags for annotation of a Build. These are not docker tags.
148 "id": "A String", # Unique identifier of the build.
150 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
152 "images": [ # Images that were built as a part of the build.
159 … "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
163 "timeout": "A String", # Amount of time that this build should be allowed to run, to second
164 # granularity. If this amount of time elapses, work on the build will cease
165 # and the build status will be TIMEOUT.
168 "substitutions": { # Substitutions data for Build resource.
171 … location of the source in a supported storage # Describes where to find the source files to build.
176 # the build is assumed.
177 "branchName": "A String", # Name of the branch to build.
178 "commitSha": "A String", # Explicit commit SHA to build.
179 "tagName": "A String", # Name of the tag to build.
190 # build.
196 … "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
199 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
206 { # BuildStep describes a step to perform in the build pipeline.
207 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
208 # This build step will not start until all the build steps in wait_for
209 # have completed successfully. If wait_for is empty, this build step will
210 # start when all previous build steps in the Build.Steps list have completed
214 … "name": "A String", # The name of the container image that will run this particular build step.
221 # the officially supported build steps
227 # If you built an image in a previous build step, it will be stored in the
229 # later build step.
238 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
246 "id": "A String", # Optional unique identifier for this build step, used in wait_for to
247 # reference this build step as a dependency.
254 # some source was used for this build.
255 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
259 # the build is assumed.
260 "branchName": "A String", # Name of the branch to build.
261 "commitSha": "A String", # Explicit commit SHA to build.
262 "tagName": "A String", # Name of the tag to build.
265 … "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
266 # source integrity was maintained in the build. Note that FileHashes will
269 # The keys to this map are file paths used as build source and the values
272 # If the build source came in a single package such as a gzipped tarfile
276 # SourceProvenance messages to verify integrity of source input to the build.
285 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
293 # build.
303 "images": [ # A list of images to be pushed upon the successful completion of all build
308 # The digests of the pushed images will be stored in the Build resource's
311 # If any of the images fail to be pushed, the build is marked FAILURE.
314 "createTime": "A String", # Time at which the request to create the build was received.
316 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.
319 …urce in a Google Cloud Source # Template describing the types of source changes to trigger a build.
323 # will trigger a build.
326 # the build is assumed.
327 "branchName": "A String", # Name of the branch to build.
328 "commitSha": "A String", # Explicit commit SHA to build.
329 "tagName": "A String", # Name of the tag to build.
345 { # Configuration for an automated build in response to source repository
353 "substitutions": { # Substitutions data for Build resource.
356 "disabled": True or False, # If true, the trigger will never result in a build.
357 "build": { # A build resource in the Container Builder API. # Contents of the build template.
359 # At a high level, a Build describes where to find source code, how to build
364 # build is created:
366 # - $PROJECT_ID: the project ID of the build.
367 # - $BUILD_ID: the autogenerated ID of the build.
373 "finishTime": "A String", # Time at which execution of the build was finished.
376 # build's execution.
378 "status": "A String", # Status of the build.
380 "startTime": "A String", # Time at which execution of the build was started.
384 "tags": [ # Tags for annotation of a Build. These are not docker tags.
389 "id": "A String", # Unique identifier of the build.
391 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
393 "images": [ # Images that were built as a part of the build.
400 … "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
404 "timeout": "A String", # Amount of time that this build should be allowed to run, to second
405 # granularity. If this amount of time elapses, work on the build will cease
406 # and the build status will be TIMEOUT.
409 "substitutions": { # Substitutions data for Build resource.
412 … location of the source in a supported storage # Describes where to find the source files to build.
417 # the build is assumed.
418 "branchName": "A String", # Name of the branch to build.
419 "commitSha": "A String", # Explicit commit SHA to build.
420 "tagName": "A String", # Name of the tag to build.
431 # build.
437 … "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
440 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
447 { # BuildStep describes a step to perform in the build pipeline.
448 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
449 # This build step will not start until all the build steps in wait_for
450 # have completed successfully. If wait_for is empty, this build step will
451 # start when all previous build steps in the Build.Steps list have completed
455 … "name": "A String", # The name of the container image that will run this particular build step.
462 # the officially supported build steps
468 # If you built an image in a previous build step, it will be stored in the
470 # later build step.
479 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
487 "id": "A String", # Optional unique identifier for this build step, used in wait_for to
488 # reference this build step as a dependency.
495 # some source was used for this build.
496 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
500 # the build is assumed.
501 "branchName": "A String", # Name of the branch to build.
502 "commitSha": "A String", # Explicit commit SHA to build.
503 "tagName": "A String", # Name of the tag to build.
506 … "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
507 # source integrity was maintained in the build. Note that FileHashes will
510 # The keys to this map are file paths used as build source and the values
513 # If the build source came in a single package such as a gzipped tarfile
517 # SourceProvenance messages to verify integrity of source input to the build.
526 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
534 # build.
544 "images": [ # A list of images to be pushed upon the successful completion of all build
549 # The digests of the pushed images will be stored in the Build resource's
552 # If any of the images fail to be pushed, the build is marked FAILURE.
555 "createTime": "A String", # Time at which the request to create the build was received.
557 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.
560 …urce in a Google Cloud Source # Template describing the types of source changes to trigger a build.
564 # will trigger a build.
567 # the build is assumed.
568 "branchName": "A String", # Name of the branch to build.
569 "commitSha": "A String", # Explicit commit SHA to build.
570 "tagName": "A String", # Name of the tag to build.
625 { # Configuration for an automated build in response to source repository
633 "substitutions": { # Substitutions data for Build resource.
636 "disabled": True or False, # If true, the trigger will never result in a build.
637 "build": { # A build resource in the Container Builder API. # Contents of the build template.
639 # At a high level, a Build describes where to find source code, how to build
644 # build is created:
646 # - $PROJECT_ID: the project ID of the build.
647 # - $BUILD_ID: the autogenerated ID of the build.
653 "finishTime": "A String", # Time at which execution of the build was finished.
656 # build's execution.
658 "status": "A String", # Status of the build.
660 "startTime": "A String", # Time at which execution of the build was started.
664 "tags": [ # Tags for annotation of a Build. These are not docker tags.
669 "id": "A String", # Unique identifier of the build.
671 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
673 "images": [ # Images that were built as a part of the build.
680 … "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
684 "timeout": "A String", # Amount of time that this build should be allowed to run, to second
685 # granularity. If this amount of time elapses, work on the build will cease
686 # and the build status will be TIMEOUT.
689 "substitutions": { # Substitutions data for Build resource.
692 … location of the source in a supported storage # Describes where to find the source files to build.
697 # the build is assumed.
698 "branchName": "A String", # Name of the branch to build.
699 "commitSha": "A String", # Explicit commit SHA to build.
700 "tagName": "A String", # Name of the tag to build.
711 # build.
717 … "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
720 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
727 { # BuildStep describes a step to perform in the build pipeline.
728 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
729 # This build step will not start until all the build steps in wait_for
730 # have completed successfully. If wait_for is empty, this build step will
731 # start when all previous build steps in the Build.Steps list have completed
735 … "name": "A String", # The name of the container image that will run this particular build step.
742 # the officially supported build steps
748 # If you built an image in a previous build step, it will be stored in the
750 # later build step.
759 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
767 "id": "A String", # Optional unique identifier for this build step, used in wait_for to
768 # reference this build step as a dependency.
775 # some source was used for this build.
776 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
780 # the build is assumed.
781 "branchName": "A String", # Name of the branch to build.
782 "commitSha": "A String", # Explicit commit SHA to build.
783 "tagName": "A String", # Name of the tag to build.
786 … "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
787 # source integrity was maintained in the build. Note that FileHashes will
790 # The keys to this map are file paths used as build source and the values
793 # If the build source came in a single package such as a gzipped tarfile
797 # SourceProvenance messages to verify integrity of source input to the build.
806 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
814 # build.
824 "images": [ # A list of images to be pushed upon the successful completion of all build
829 # The digests of the pushed images will be stored in the Build resource's
832 # If any of the images fail to be pushed, the build is marked FAILURE.
835 "createTime": "A String", # Time at which the request to create the build was received.
837 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.
840 …urce in a Google Cloud Source # Template describing the types of source changes to trigger a build.
844 # will trigger a build.
847 # the build is assumed.
848 "branchName": "A String", # Name of the branch to build.
849 "commitSha": "A String", # Explicit commit SHA to build.
850 "tagName": "A String", # Name of the tag to build.
877 { # Configuration for an automated build in response to source repository
885 "substitutions": { # Substitutions data for Build resource.
888 "disabled": True or False, # If true, the trigger will never result in a build.
889 … "build": { # A build resource in the Container Builder API. # Contents of the build template.
891 # At a high level, a Build describes where to find source code, how to build
896 # build is created:
898 # - $PROJECT_ID: the project ID of the build.
899 # - $BUILD_ID: the autogenerated ID of the build.
905 "finishTime": "A String", # Time at which execution of the build was finished.
908 # build's execution.
910 "status": "A String", # Status of the build.
912 "startTime": "A String", # Time at which execution of the build was started.
916 "tags": [ # Tags for annotation of a Build. These are not docker tags.
921 "id": "A String", # Unique identifier of the build.
923 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
925 "images": [ # Images that were built as a part of the build.
932 … "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
936 … "timeout": "A String", # Amount of time that this build should be allowed to run, to second
937 # granularity. If this amount of time elapses, work on the build will cease
938 # and the build status will be TIMEOUT.
941 "substitutions": { # Substitutions data for Build resource.
944 … location of the source in a supported storage # Describes where to find the source files to build.
949 # the build is assumed.
950 "branchName": "A String", # Name of the branch to build.
951 "commitSha": "A String", # Explicit commit SHA to build.
952 "tagName": "A String", # Name of the tag to build.
963 # build.
969 … "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
972 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
979 { # BuildStep describes a step to perform in the build pipeline.
980 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
981 # This build step will not start until all the build steps in wait_for
982 # have completed successfully. If wait_for is empty, this build step will
983 # start when all previous build steps in the Build.Steps list have completed
987 … "name": "A String", # The name of the container image that will run this particular build step.
994 # the officially supported build steps
1000 # If you built an image in a previous build step, it will be stored in the
1002 # later build step.
1011 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
1019 … "id": "A String", # Optional unique identifier for this build step, used in wait_for to
1020 # reference this build step as a dependency.
1027 # some source was used for this build.
1028 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
1032 # the build is assumed.
1033 "branchName": "A String", # Name of the branch to build.
1034 "commitSha": "A String", # Explicit commit SHA to build.
1035 "tagName": "A String", # Name of the tag to build.
1038 … "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
1039 # source integrity was maintained in the build. Note that FileHashes will
1042 # The keys to this map are file paths used as build source and the values
1045 # If the build source came in a single package such as a gzipped tarfile
1049 # SourceProvenance messages to verify integrity of source input to the build.
1058 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
1066 # build.
1076 "images": [ # A list of images to be pushed upon the successful completion of all build
1081 # The digests of the pushed images will be stored in the Build resource's
1084 # If any of the images fail to be pushed, the build is marked FAILURE.
1087 "createTime": "A String", # Time at which the request to create the build was received.
1089 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.
1092 …urce in a Google Cloud Source # Template describing the types of source changes to trigger a build.
1096 # will trigger a build.
1099 # the build is assumed.
1100 "branchName": "A String", # Name of the branch to build.
1101 "commitSha": "A String", # Explicit commit SHA to build.
1102 "tagName": "A String", # Name of the tag to build.
1125 { # Configuration for an automated build in response to source repository
1133 "substitutions": { # Substitutions data for Build resource.
1136 "disabled": True or False, # If true, the trigger will never result in a build.
1137 "build": { # A build resource in the Container Builder API. # Contents of the build template.
1139 # At a high level, a Build describes where to find source code, how to build
1144 # build is created:
1146 # - $PROJECT_ID: the project ID of the build.
1147 # - $BUILD_ID: the autogenerated ID of the build.
1153 "finishTime": "A String", # Time at which execution of the build was finished.
1156 # build's execution.
1158 "status": "A String", # Status of the build.
1160 "startTime": "A String", # Time at which execution of the build was started.
1164 "tags": [ # Tags for annotation of a Build. These are not docker tags.
1169 "id": "A String", # Unique identifier of the build.
1171 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
1173 "images": [ # Images that were built as a part of the build.
1180 … "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
1184 "timeout": "A String", # Amount of time that this build should be allowed to run, to second
1185 # granularity. If this amount of time elapses, work on the build will cease
1186 # and the build status will be TIMEOUT.
1189 "substitutions": { # Substitutions data for Build resource.
1192 … location of the source in a supported storage # Describes where to find the source files to build.
1197 # the build is assumed.
1198 "branchName": "A String", # Name of the branch to build.
1199 "commitSha": "A String", # Explicit commit SHA to build.
1200 "tagName": "A String", # Name of the tag to build.
1211 # build.
1217 … "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
1220 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
1227 { # BuildStep describes a step to perform in the build pipeline.
1228 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
1229 # This build step will not start until all the build steps in wait_for
1230 # have completed successfully. If wait_for is empty, this build step will
1231 # start when all previous build steps in the Build.Steps list have completed
1235 … "name": "A String", # The name of the container image that will run this particular build step.
1242 # the officially supported build steps
1248 # If you built an image in a previous build step, it will be stored in the
1250 # later build step.
1259 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
1267 "id": "A String", # Optional unique identifier for this build step, used in wait_for to
1268 # reference this build step as a dependency.
1275 # some source was used for this build.
1276 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
1280 # the build is assumed.
1281 "branchName": "A String", # Name of the branch to build.
1282 "commitSha": "A String", # Explicit commit SHA to build.
1283 "tagName": "A String", # Name of the tag to build.
1286 … "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
1287 # source integrity was maintained in the build. Note that FileHashes will
1290 # The keys to this map are file paths used as build source and the values
1293 # If the build source came in a single package such as a gzipped tarfile
1297 # SourceProvenance messages to verify integrity of source input to the build.
1306 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
1314 # build.
1324 "images": [ # A list of images to be pushed upon the successful completion of all build
1329 # The digests of the pushed images will be stored in the Build resource's
1332 # If any of the images fail to be pushed, the build is marked FAILURE.
1335 "createTime": "A String", # Time at which the request to create the build was received.
1337 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.
1340 …urce in a Google Cloud Source # Template describing the types of source changes to trigger a build.
1344 # will trigger a build.
1347 # the build is assumed.
1348 "branchName": "A String", # Name of the branch to build.
1349 "commitSha": "A String", # Explicit commit SHA to build.
1350 "tagName": "A String", # Name of the tag to build.
1366 { # Configuration for an automated build in response to source repository
1374 "substitutions": { # Substitutions data for Build resource.
1377 "disabled": True or False, # If true, the trigger will never result in a build.
1378 "build": { # A build resource in the Container Builder API. # Contents of the build template.
1380 # At a high level, a Build describes where to find source code, how to build
1385 # build is created:
1387 # - $PROJECT_ID: the project ID of the build.
1388 # - $BUILD_ID: the autogenerated ID of the build.
1394 "finishTime": "A String", # Time at which execution of the build was finished.
1397 # build's execution.
1399 "status": "A String", # Status of the build.
1401 "startTime": "A String", # Time at which execution of the build was started.
1405 "tags": [ # Tags for annotation of a Build. These are not docker tags.
1410 "id": "A String", # Unique identifier of the build.
1412 …esults": { # Results describes the artifacts created by the build pipeline. # Results of the build.
1414 "images": [ # Images that were built as a part of the build.
1421 … "buildStepImages": [ # List of build step digests, in order corresponding to build step indices.
1425 "timeout": "A String", # Amount of time that this build should be allowed to run, to second
1426 # granularity. If this amount of time elapses, work on the build will cease
1427 # and the build status will be TIMEOUT.
1430 "substitutions": { # Substitutions data for Build resource.
1433 … location of the source in a supported storage # Describes where to find the source files to build.
1438 # the build is assumed.
1439 "branchName": "A String", # Name of the branch to build.
1440 "commitSha": "A String", # Explicit commit SHA to build.
1441 "tagName": "A String", # Name of the tag to build.
1452 # build.
1458 … "buildTriggerId": "A String", # The ID of the BuildTrigger that triggered this build, if it was
1461 …s": { # Optional arguments to enable specific features of builds. # Special options for this build.
1468 { # BuildStep describes a step to perform in the build pipeline.
1469 "waitFor": [ # The ID(s) of the step(s) that this build step depends on.
1470 # This build step will not start until all the build steps in wait_for
1471 # have completed successfully. If wait_for is empty, this build step will
1472 # start when all previous build steps in the Build.Steps list have completed
1476 … "name": "A String", # The name of the container image that will run this particular build step.
1483 # the officially supported build steps
1489 # If you built an image in a previous build step, it will be stored in the
1491 # later build step.
1500 …"entrypoint": "A String", # Optional entrypoint to be used instead of the build step image's defau…
1508 "id": "A String", # Optional unique identifier for this build step, used in wait_for to
1509 # reference this build step as a dependency.
1516 # some source was used for this build.
1517 …ribes the location of the source in a Google Cloud Source # A copy of the build's source.repo_sour…
1521 # the build is assumed.
1522 "branchName": "A String", # Name of the branch to build.
1523 "commitSha": "A String", # Explicit commit SHA to build.
1524 "tagName": "A String", # Name of the tag to build.
1527 … "fileHashes": { # Hash(es) of the build source, which can be used to verify that the original
1528 # source integrity was maintained in the build. Note that FileHashes will
1531 # The keys to this map are file paths used as build source and the values
1534 # If the build source came in a single package such as a gzipped tarfile
1538 # SourceProvenance messages to verify integrity of source input to the build.
1547 …escribes the location of the source in an archive file in # A copy of the build's source.storage_s…
1555 # build.
1565 "images": [ # A list of images to be pushed upon the successful completion of all build
1570 # The digests of the pushed images will be stored in the Build resource's
1573 # If any of the images fail to be pushed, the build is marked FAILURE.
1576 "createTime": "A String", # Time at which the request to create the build was received.
1578 "logUrl": "A String", # URL to logs for this build in Google Cloud Logging.
1581 …urce in a Google Cloud Source # Template describing the types of source changes to trigger a build.
1585 # will trigger a build.
1588 # the build is assumed.
1589 "branchName": "A String", # Name of the branch to build.
1590 "commitSha": "A String", # Explicit commit SHA to build.
1591 "tagName": "A String", # Name of the tag to build.