Skip to main content

Run and monitor a pipeline

Once a Pipeline is saved, you run it on demand and watch its progress in real time. This tutorial covers starting a run, monitoring it, and stopping it if needed.

Prerequisites

Open the Pipeline

Pipeline list

  1. Go to the Project that contains the Pipeline.
  2. From the Pipeline list, select the Pipeline you want to run.

The Pipeline detail page opens with full Pipeline information.

Start the Pipeline

Run pipeline button

  1. Click Run Pipeline.

A new Pipeline Run is created with an automatically generated Run ID, and the Pipeline begins executing.

tip

Only a Pipeline that has been saved successfully can be executed, and each click of Run Pipeline creates a new, independently managed Pipeline Run.

Monitor execution

Pipeline run overview

While the Pipeline runs, you can track Run ID, Trigger Time, Trigger User, Pipeline Version, Current Stage, Current Job, Status, and Duration. See Pipeline run information for the full field reference. Information updates in real time as the run progresses.

Stop a running Pipeline

Stop pipeline button

  1. Open a Pipeline Run that is currently in the Running state.
  2. Click Stop Pipeline.
  3. Confirm the action.

The Pipeline Run stops, its status changes to Cancelled, and any running Stages and Jobs stop processing.

warning

Stopping a Pipeline may affect an in-progress build or deploy, and a completed or cancelled Pipeline cannot be resumed from its previous state — you need to create a new Pipeline Run.

Review the run afterward

After the Pipeline completes or is cancelled, review Run ID, Triggered By, Trigger Time, Status, Stage Information, Job Information, Start Time, and Duration to evaluate the results.

tip

Check the Job Logs when a Pipeline fails.

Next steps