Skip to content

Instantly share code, notes, and snippets.

@or-shachar
Last active September 5, 2018 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save or-shachar/fd8b0823f34d9d8b96320359ffe1b1dc to your computer and use it in GitHub Desktop.
Save or-shachar/fd8b0823f34d9d8b96320359ffe1b1dc to your computer and use it in GitHub Desktop.
{
"id": string,
"projectId": string,
"status": enum(Status),
"statusDetail": string,
"steps": [
{
// some steps that invoke bazel
}
],
"results": {
// THIS IS THE INTERESTING FIELD FOR INVOCATION_ID
"buildStepOutputs": [
"BASE64_STEP_RESULTS_JSON"
]
},
"createTime": string,
"startTime": string,
"finishTime": string,
"timeout": string,
"logsBucket": string,
"buildTriggerId": string,
"logUrl": string,
"substitutions": {
string: string,
...
},
"tags": [
string
],
"timing": {
string: {
object(TimeSpan)
},
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment