v1

latestSwagger 2.02026-07-17102019.4 KB
projects

Get Dockerfile for given project

Get Dockerfile for given project

get/namespaces/{namespace}/app-ids/{app_id}/job-ids/{job_id}/desired-tags/{desired_tag}/target-file

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

Response

OK

prebuildstring
target_file_pathstring
source_repostring
source_branchstring
latest_build_numberstring

Example response

{
  "prebuild": "true",
  "meta": {
    "apiVersion": "apiVersion",
    "timestamp": "timestamp"
  },
  "target_file_path": "target_file_path",
  "source_repo": "source_repo",
  "source_branch": "source_branch",
  "latest_build_number": "latest_build_number"
}