Skip to content

Manual Trigger Pipelines

This page describes manual pipeline execution on the GUI, including immediate running, rerun, and cancel running.

Run the pipeline immediately

  1. Select a pipeline on the pipeline list page, click , and click Run Now in the pop-up menu.

Run Now

  1. Depending on whether the pipeline is configured with Build Parameters , the following two situations will occur after running:

  2. If Build Parameters is configured, a dialog box will appear and display relevant content for parameter configuration.

  3. If no Build Parameters is configured, the pipeline executes immediately.

  4. The pipeline starts running.

Run Pipelines

Rerun a pipeline

On the pipeline details page, you can Rerun a pipeline that has been executed before based on the job ID in the pipeline running records.

  1. In the pipeline list, click the name of a certain pipeline to enter the pipeline details page.

  2. In the Running Records area, find the Job ID that needs to be rerun.

  3. Click on the right, and click Rerun in the pop-up menu.

Rerun

  1. The pipeline reruns successfully.

Rerun Successfully

Cancel running the pipeline

On the pipeline details page, according to the Job ID in the pipeline running record, you can Cancel the executing pipeline.

  1. In the pipeline list, click the name of a certain pipeline to enter the pipeline details page.

  2. In the Running Records area, find the Job ID that needs to be canceled.

  3. Click on the right, and click Cancel in the pop-up menu (applicable to pipelines whose status is Running ).

Cancel Running

  1. The pipeline is canceled successfully.

Cancel Successfully

Comments