Skip to content

Commit b8851a7

Browse files
committed
ADd buildbot_version and build_version to notifyBuildStart
1 parent 9e3ee4f commit b8851a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

swagger.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,14 @@ paths:
12001200
type: string
12011201
in: path
12021202
required: true
1203+
- name: buildbot_version
1204+
type: string
1205+
in: query
1206+
required: false
1207+
- name: build_version
1208+
type: string
1209+
in: query
1210+
required: false
12031211
post:
12041212
operationId: notifyBuildStart
12051213
tags: [build]

0 commit comments

Comments
 (0)