Pipeline Execution

The pipeline execution tab contains a list of all pipeline executions and contains a summary of the following:

  • Pipeline Runs

  • Successful Runs

  • Failed Runs

  • Cancelled Runs

The pipeline execution screen is shown in the image below:

Click “Security” → Click “Audit Trail” and the pipeline execution screen is shown in the image below:

In the above image, the list of pipelines is displayed and has the following details:

  • Application – This column shows the application.

  • Service – This column shows the name of the service.

  • Pipeline - This column shows the pipeline of the application.

  • Status - This column shows the status of the deployment.

  • Execution Data - This column shows the particular pipeline execution data.

  • Connector Data - This column shows the pipeline custom stages.

  • Pipeline Duration - This column shows the execution time of the pipeline.

  • Stage Duration - This column displays a graph of the stage execution time duration.

  • Start Time - This columns shows the deployment start time.

  • End Time - This column shows the deployment end time.

  • Triggered By - This column shows the user who triggered the deployment.

  • Cluster - This column shows the name of the cluster.

Execution Data

Users can view the execution data for the specific pipeline by following the steps listed below:

  1. Click “Security” → Click “Audit Trail” → Click “View” button under the Execution Data tab as shown below:

2. After clicking the "View" button, the entire pipeline json will appear, as shown in the image below:

Connector Data

Users can view custom stages of the pipeline by following the steps listed below:

  1. Click “Security” → Click “Audit Trail” → Click “View” button under the Connector Data tab as shown below:

2. After clicking the "View" button, the pipeline custom stages will be displayed, as shown in the image below:

Pipeline Duration

Pipeline Duration shows the execution time of the pipeline. Duration will be calculated based on the start and end time of Pipeline execution. Follow the steps below to see the pipeline duration:

  • Click “Security” → Click “Audit Trail” → Click “View” button under the Stage Duration tab as shown below:

Stage Duration

Stage Duration shows a graph of the stage execution time duration. It displays an application's deployment lead time from code commit to production deployment and the user to identify stages that cause high lead times. Follow the steps below to see the Stage Duration:

  1. Click “Security” → Click “Audit Trail” → Click “View” button under the Stage Duration tab as shown below:

2. After clicking the "View" button, a graph of the stage execution time duration will be displayed, as shown in the image below:

Show/Hide Columns

You can opt to show or hide these columns in the list available. To do so, click the menu icon as shown in the image below:

The list of available columns will appear. You can select/deselect a particular column from the drop-down to add/remove it from the pipeline table as shown below:

Let’s take an example where you have around 200 pipelines in the list. However, you'd like to see the details of a specific pipeline or set of pipelines, you can use this option to simply search for a pipeline by Pipeline name or any Pipeline parameter data or Stage name.

Search Pipeline Name

For example, If you want to see the “oesapp” pipeline from the list of available pipelines. To do so, enter the pipeline's name into the Search text box, and the list will only display pipelines with that name, as shown in the image below:

Search Parameters

You will be able to search the Execution data by one of the parameters (It must be a key or a value in the json).

For example, If you want to see the pipeline with the endtime "1643790325392" from the available pipelines:

  1. Enter "1643790325392" into the Search text box, and the list will only show the pipelines that contain the specified endtime, as shown in the image below:

2. Click “View” button under the Execution data and the entire pipeline json will popup as shown in the image below:

Search Custom Stages

You will be able to search for any integrated data from connected ecosystem tools (like Jenkins, JFrog Artifactory etc).

For example, If you want to see the pipeline with the git commit id "11984" from the available pipelines,

  1. Enter "11984" into the Search text box, and the list will only show the pipelines that contain the specified git commit id, as shown in the image below:

2. Click “View” button under the Connector data to see the custom stages of the pipeline as shown in the above image.

Select time Range

You can also filter the applications for a specific time period. To do so, click the Last Six months drop-down as shown below:

Last updated