You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api/swagger-spec/oapi-v1.json
+4
Original file line number
Diff line number
Diff line change
@@ -24586,6 +24586,10 @@
24586
24586
"$ref": "v1.StageInfo"
24587
24587
},
24588
24588
"description": "stages contains details about each stage that occurs during the build including start time, duration (in milliseconds), and the steps that occured within each stage."
24589
+
},
24590
+
"logSnippet": {
24591
+
"type": "string",
24592
+
"description": "logSnippet is the last few lines of the build log. This value is only set for builds that failed."
Copy file name to clipboardexpand all lines: pkg/build/apis/build/v1/swagger_doc.go
+1
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,7 @@ var map_BuildStatus = map[string]string{
204
204
"config": "config is an ObjectReference to the BuildConfig this Build is based on.",
205
205
"output": "output describes the Docker image the build has produced.",
206
206
"stages": "stages contains details about each stage that occurs during the build including start time, duration (in milliseconds), and the steps that occured within each stage.",
207
+
"logSnippet": "logSnippet is the last few lines of the build log. This value is only set for builds that failed.",
0 commit comments