빌드 이력 조회
    • PDF

    빌드 이력 조회

    • PDF

    Article Summary

    개요

    SourceBuild 프로젝트 빌드 이력을 조회합니다.

    요청

    API URL

    GET  {SOURCEBUILD_API_URL}/api/v1/project/{projectId}/history
    

    요청 Parameter

    항목타입설명비고
    projectIdstring프로젝트 IDprojectList API 로 조회

    요청 Query

    없음

    요청 Body

    없음

    응답

    응답 Body

    {
        "total": "number",
        "history": [
            {
                "projectId": "number",
                "buildId": "string",
                "begin": "number",
                "end": "number",
                "userId": "string",
                "status": "string",
                "failedPhase": "string" | "null"
            }
        ]
    }
    
    항목타입설명비고
    totalnumber빌드 이력 개수
    history[].projectIdnumber프로젝트 ID
    history[].buildIdstring빌드 이력 ID
    history[].beginnumber빌드 시작 시간
    history[].endnumber빌드 완료 시간
    history[].userIdstring빌드 수행 사용자 ID
    history[].statusstring빌드 상태
    history[].failedPhasestring빌드 실패 단계빌드 성공 시 Null

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.