PipelinePhase

PipelinePhase
PipelinePhase

Represents a phase in a pipeline

JSON Example
{
    "type": "PACKAGING",
    "status": "IN_PROGRESS",
    "started_at": "2023-03-03T00:59:52.762Z",
    "ended_at": "2023-03-03T00:59:52.762Z",
    "failure": {
        "error_message": "Error building the container",
        "cause": "CUSTOMIZATION_BUILD_ERROR",
        "pipeline_metadata": [
            {
                "id": "127e6fbfe24a750e72930c220a8e138275656b8e5d8f48a98c3c92df2caba935",
                "mime_type": "trigger_info",
                "url": "https://app-catalog.vmware.com/api/v1/artifacts/89a6380a7d010648bad74e4de1c2ef17481a7f4715ff62bb8924e5c0b907bf3d?filename=common-postgresql-15-15.2.0-r5-debian-11-amd64.ova&namespace=68c0f832-5169-4433-ab2f-40e939e3f1bc",
                "filename": "result.json"
            }
        ]
    }
}
string
type
Required

Type of the pipeline phase (PACKAGING, VERIFICATION, DISTRIBUTION)

string
status
Required

Pipeline phase status (PENDING, IN_PROGRESS, SUCCEEDED, FAILED, CANCELLED)

string As date-time As date-time
started_at
Optional

Date of the start of the phase

string As date-time As date-time
ended_at
Optional

Date of the end of the phase

failure
Optional

Represents a failure in a pipeline phase

Property Of