빌드 이력 조회
- 인쇄
- PDF
빌드 이력 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
SourceBuild 프로젝트 빌드 이력을 조회합니다.
요청
API URL
GET {SOURCEBUILD_API_URL}/api/v1/project/{projectId}/history
요청 Parameter
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
projectId | string | 프로젝트 ID | projectList API 로 조회 |
요청 Query
없음
요청 Body
없음
응답
응답 Body
{
"total": "number",
"history": [
{
"projectId": "number",
"buildId": "string",
"begin": "number",
"end": "number",
"userId": "string",
"status": "string",
"failedPhase": "string" | "null"
}
]
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
total | number | 빌드 이력 개수 | |
history[].projectId | number | 프로젝트 ID | |
history[].buildId | string | 빌드 이력 ID | |
history[].begin | number | 빌드 시작 시간 | |
history[].end | number | 빌드 완료 시간 | |
history[].userId | string | 빌드 수행 사용자 ID | |
history[].status | string | 빌드 상태 | |
history[].failedPhase | string | 빌드 실패 단계 | 빌드 성공 시 Null |
이 문서가 도움이 되었습니까?