Updated on 2024-09-27 GMT+08:00

Viewing Pipeline Details

This section describes how to view pipeline details.

Prerequisites

A pipeline has been created. For details, see Creating a Pipeline.

Viewing Pipeline Details

  1. Log in to ServiceStage.
  2. Choose Continuous Delivery > Pipeline.
  3. Click a pipeline to go to its details page and view the details.

    Parameter

    Description

    Pipeline

    Pipeline name.

    Created

    Pipeline creation time.

    Status

    Pipeline status.

    • Not executed: The pipeline is not started after being created.
    • Successful: The pipeline is successfully started.
    • Running: The pipeline is being started.
    • Failed: The pipeline fails to be started.
    • To be confirmed: If a pipeline needs to be approved after startup, it waits for the approvers to determine whether to deploy the image package generated during build to the environment during image package environment deployment.

    Executed

    Time when the pipeline was last started.

    Triggering Policy

    Policy for triggering pipeline execution.

    • Manual: Manually start the pipeline.
    • Automatic: Set the code source, corresponding namespace, repository name, and branch. When code is submitted to the corresponding branch of the source code repository, the pipeline is automatically triggered.
    • Scheduled: The pipeline is automatically executed based on the preset schedule.

    Description

    Pipeline description.