On the top navigation bar, click Business Apps.
From the left navigation pane, select Delivery Center > Continuous Delivery.
The Pipelines page displays running information about the pipelines:
The Statistics column displays running information for all tasks since the pipeline was created.
—Number of runs that have not started. A pipeline does not support concurrent runs. If a run is in progress, other triggered runs will wait and enter Not Started state.
The Runs column displays the most recent five runs of the pipeline.
To view detailed information about a pipeline, click the name of the pipeline.
The Running History tab displays the result, trigger mode, start time, end time, and time consumed for each run of the pipeline. To delete a run record, click Delete in the Actions column for the record. To view logs, codes, and artifacts of a run, click the ID of the run record.
If a pipeline also executes other
pipelines, the pipeline is called the parent pipeline and the executed pipelines
are called child pipelines. To view the running result of child pipelines,
click the right chevron icon in front of the run record ID. A parent pipeline can run
successfully only when all its child pipelines run successfully. The run record
ID of a child pipeline is in the Platform#Child_Pipeline_name#Parent_Pipeline_ID format.
If a child pipeline runs on the same platform as its parent pipeline, the
platform name is local.
Log—Result and log of each task in this run.
Codes—Code repository address, version, and commit ID in this run. You can click the address link to open the login page of the code repository.
Artifacts—Type, name, and version of the software package generated from the run. To download the software package, click Download.