worker/api: send job id to worker after all

Full circle. After switching the worker to not operate on jobs directly,
send the id anyway, so that workers can print it in their logs.
This commit is contained in:
Lars Karlitski 2020-09-08 20:49:17 +02:00 committed by Tom Gundersen
parent b03e1254e9
commit 3bedd25087
6 changed files with 25 additions and 9 deletions

View file

@ -46,9 +46,13 @@ paths:
type: string
artifact_location:
type: string
id:
type: string
format: uuid
required:
- manifest
- location
- id
operationId: RequestJob
requestBody:
content: