v1
latestSwagger 2.02026-07-17102019.4 KBbuilds
Get all the builds info for given project
Get all the builds number, name and status for given project
get/namespaces/{namespace}/app-ids/{app_id}/job-ids/{job_id}/desired-tags/{desired_tag}/builds
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
All the builds for given project
Example response
{
"meta": {
"apiVersion": "apiVersion",
"timestamp": "timestamp"
},
"builds": {
"build_number": {
"build": "build",
"status": "Successful/Failed"
}
}
}