Skip to content

Commit

Permalink
Update api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmedia authored Sep 2, 2020
1 parent 5fb3ab7 commit fcad52f
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,76 +50,76 @@ objects:
description: |
The unique identifier for the trigger.
output: true
- !ruby/object:Api::Type::NestedObject
name: 'artifacts'
- !ruby/object:Api::Type::NestedObject
name: 'artifacts'
description: |
Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
properties:
- !ruby/object:Api::Type::Array
name: 'images'
item_type: Api::Type::String
description: |
Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
properties:
- !ruby/object:Api::Type::Array
name: 'images'
item_type: Api::Type::String
description: |
A list of images to be pushed upon the successful completion of all build steps.
A list of images to be pushed upon the successful completion of all build steps.
The images will be pushed using the builder service account's credentials.
The images will be pushed using the builder service account's credentials.
The digests of the pushed images will be stored in the Build resource's results field.
The digests of the pushed images will be stored in the Build resource's results field.
If any of the images fail to be pushed, the build is marked FAILURE.
- !ruby/object:Api::Type::NestedObject
name: 'objects'
description: |
A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps.
If any of the images fail to be pushed, the build is marked FAILURE.
- !ruby/object:Api::Type::NestedObject
name: 'objects'
description: |
A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps.
Files in the workspace matching specified paths globs will be uploaded to the
Cloud Storage location using the builder service account's credentials.
Files in the workspace matching specified paths globs will be uploaded to the
Cloud Storage location using the builder service account's credentials.
The location and generation of the uploaded objects will be stored in the Build resource's results field.
The location and generation of the uploaded objects will be stored in the Build resource's results field.
If any objects fail to be pushed, the build is marked FAILURE.
If any objects fail to be pushed, the build is marked FAILURE.
properties:
- !ruby/object:Api::Type::NestedObject
name: 'artifactObjects'
description: |
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.
properties:
- !ruby/object:Api::Type::String
name: 'location'
description: |
Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".
(see Bucket Name Requirements).
Files in the workspace matching any path pattern will be uploaded to Cloud Storage with
this location as a prefix.
- !ruby/object:Api::Type::Array
name: 'paths'
item_type: Api::Type::String
description: |
Path globs used to match files in the build's workspace.
- !ruby/object:Api::Type::NestedObject
name: 'artifactObjects'
name: 'timing'
description: |
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.
Output only. Stores timing information for pushing all artifact objects.
properties:
- !ruby/object:Api::Type::String
name: 'location'
description: |
Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".
(see Bucket Name Requirements).
Files in the workspace matching any path pattern will be uploaded to Cloud Storage with
this location as a prefix.
- !ruby/object:Api::Type::Array
name: 'paths'
item_type: Api::Type::String
description: |
Path globs used to match files in the build's workspace.
- !ruby/object:Api::Type::NestedObject
name: 'timing'
name: 'timeSpan'
description: |
Output only. Stores timing information for pushing all artifact objects.
Start and end times for a build execution phase.
properties:
- !ruby/object:Api::Type::NestedObject
name: 'timeSpan'
- !ruby/object:Api::Type::String
name: 'startTime'
description: |
Start and end times for a build execution phase.
properties:
- !ruby/object:Api::Type::String
name: 'startTime'
description: |
Start of time span.
Start of time span.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
- !ruby/object:Api::Type::String
name: 'endTime'
description: |
End of time span.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
- !ruby/object:Api::Type::String
name: 'endTime'
description: |
End of time span.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to
nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
- !ruby/object:Api::Type::String
name: 'name'
description: |
Expand Down

0 comments on commit fcad52f

Please sign in to comment.