실행 이력 상세
    • PDF

    실행 이력 상세

    • PDF

    Article Summary

    개요

    SourcePipeline 히스토리 상세를 조회합니다.

    요청

    API URL

    GET  {SOURCEPIPELINE_API_URL}/project/{projectId}/history/{historyId}
    

    요청 Parameter

    항목타입필수여부설명비고
    projectIdstringY프로젝트 ID
    historyIdstringY작업결과 ID

    요청 Query

    없음

    요청 Body

    없음

    응답

    응답 Body

    {
        "history": {
            "id": "number",
            "projectId": "number",
            "begin": "number",
            "end": "number",
            "status": "string",
            "tasks": [
                {
                    "id": "number",
                    "name": "string",
                    "type": "string",
                    "config": {
                        "projectId": "number",
                        "target": {
                            "name": "string",
                            "type": "string",
                            "info": {
                                "repository": "string",
                                "branch": "string"
                            }
                        }
                    },
                    "linkedTasks": ["string"],
                    "status": "string",
                    "resultId": "string"
                }
            ]
        }
    }
    
    항목타입설명비고
    idnumber파이프라인 작업결과 ID
    projectIdnumber프로젝트 ID
    beginnumber실행 시작 시간timestamp
    endnumber실행 종료 시간timestamp
    statusstring작업 상태
    tasks.idnumber태스크 ID
    tasks.namestring태스크 이름
    tasks.typestring태스크 타입
    tasks.linkedTasksstring[]연결된 태스크
    tasks.statusstring태스크 작업 결과
    tasks.resultIdstring태스크 결과 ID
    tasks.config.projectIdnumber태스크의 프로젝트 ID
    tasks.config.stageIdnumber태스크의 스태이지 ID
    tasks.config.scenario.idnumber태스크의 시나리오 ID
    tasks.config.target.namestring연결된 태스크 이름
    tasks.config.target.typestring연결된 태스크 타입
    tasks.config.target.info.repositorystring연결된 태스크 - 리파지토리
    tasks.config.target.info.branchstring연결된 태스크 - 브랜치
    tasks.config.target.info.projectNamestring연결된 태스크 - SourceBuil 프로젝트 이름
    tasks.config.target.info.filestring연결된 태스크 - Objectstorage의 파일 이름(경로 포함)
    tasks.config.target.info.manifeststring연결된 태스크 - NKS manifest

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

    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.