Files
flights_web/tests/ci/fixtures/jenkins-success-flow.json
T

19 lines
689 B
JSON

{
"trigger_response": {
"status": 201,
"headers": {
"Location": "http://jenkins.test/queue/item/77/"
}
},
"queue_polls": [
{"status": 200, "body": {"why": "in queue", "executable": null}},
{"status": 200, "body": {"why": "in queue", "executable": null}},
{"status": 200, "body": {"executable": {"number": 42, "url": "http://jenkins.test/job/Aeroflot2/job/Flights-Front-Dev/42/"}}}
],
"build_polls": [
{"status": 200, "body": {"building": true, "result": null, "number": 42}},
{"status": 200, "body": {"building": true, "result": null, "number": 42}},
{"status": 200, "body": {"building": false, "result": "SUCCESS", "number": 42}}
]
}