summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/jobs.json
blob: 9a742a9b17655d5a9cf7b49c37cb5756ae41de83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "deployment": [
    {
      "jobName": "dev-us-east-1",
      "runs": [
        {
          "id": 1,
          "url": "http://localhost:8080/application/v4/tenant/tenant1/application/application1/instance/instance1/job/run/1",
          "start": "(ignore)",
          "end": "(ignore)",
          "status": "success",
          "versions": {
            "targetPlatform": "6.1.0",
            "targetApplication": {}
          },
          "steps": [
            {
              "name": "deployReal",
              "status": "succeeded"
            },
            {
              "name": "installReal",
              "status": "succeeded"
            },
            {
              "name": "copyVespaLogs",
              "status": "succeeded"
            }
          ]
        }
      ]
    }
  ]
}