v1

latestSwagger 2.02026-07-17102019.4 KB
builds

Build logs for given build number

Build logs for given build number of the project

get/namespaces/{namespace}/app-ids/{app_id}/job-ids/{job_id}/desired-tags/{desired_tag}/builds/{build_number}/logs

Path parameters

namespacestring required

namespace of the project

app_idstring required

app-id of the project

job_idstring required

job-id of the project

desired_tagstring required

desired-tag of the project

build_numberstring required

build number

Response

Build logs for given build number

build_numberstring
pre-buildstring
statusstring
failed-stagestring

Example response

{
  "build_number": "build_number",
  "pre-build": "true",
  "meta": {
    "apiVersion": "apiVersion",
    "timestamp": "timestamp"
  },
  "failed-stage": "failed-stage",
  "logs": {
    "lint": "lint",
    "prebuild": "prebuild",
    "build": "build",
    "scan": {
      "scanner_name": {
        "description": "description",
        "logs": "logs"
      }
    }
  },
  "status": "status"
}