---
title: "Managing your Pipelines in the Cloud Platform user interface"
date: "2024-02-14T06:18:38+00:00"
summary: "Manage and track pipeline jobs in Cloud Platform with an intuitive UI. Start jobs, view history, and connect repositories easily."
image:
type: "page"
url: "/acquia-cloud-platform/managing-your-pipelines-cloud-platform-user-interface"
id: "a57216bd-b1cf-4dfe-8438-6cbabecb1e90"
---

Note

Pipelines is available as an add-on for Cloud Platform Enterprise and Site Factory subscribers, and requires Cloud Platform CD on Cloud Platform. To obtain the Cloud Platform Pipelines feature for your subscription, contact your Account Manager.

Cloud Platform provides you the ability to start and track your different pipeline jobs with both an application in the user interface and a command-line interface.

Accessing the Pipelines user interface
--------------------------------------

Note

Subscribers using [IP address allowlisting](https://docs.acquia.com/acquia-cloud-platform/access/ip-allowlist "https://docs.acquia.com/acquia-cloud-platform/access/ip-allowlist") can use Pipelines. However, you must add the IP: `52.7.106.177` to your allowlist in Cloud Platform. For more information, visit [Can I use Pipelines with IP address allowlisting?](/acquia-cloud-platform/help/66181-can-i-use-pipelines-ip-address-allowlisting "Can I use Pipelines with IP address allowlisting?")

To view information about your Pipelines in Cloud Platform:

1.  [Sign in to the Cloud Platform user interface](/node/55875) with an account that has the [Execute pipelines](/node/56064#editing-role) permission.
2.  Select an application.
3.  Click **Pipelines**. The following options are displayed:
    *   Select a source for your repository
    *   Start a pipeline job
    *   View the available environments

Follow-on visits to the page (after you have configured your repository connection) will display a list of the logged pipeline jobs.

Managing your repository connection
-----------------------------------

Cloud Platform displays information about your repository connection, including its URL and several common Git commands. 

To examine or change your repository connected to your application:

1.  [Sign in to the Cloud Platform user interface](https://docs.acquia.com/node/55875) with an account that has the [Execute pipelines](/node/56064#editing-role) permission.
2.  Select an application.
3.  Click **Pipelines** \> **Settings**.
    
    ![pipelines_settings](https://acquia.widen.net/content/10676ed3-f742-4352-aa07-d7a3ee7cb651/web/d0b4b_pipelines_settings_0.png?w=720&itok=nMDJkIEJ)
    
4.  Click the **Configure** link.
5.  Select the type of repository that you want to use, and complete its configuration based on your repository. For information about using this process to connect to external code repositories, visit [Connecting an application to an external Git repo](https://docs.acquia.com/acquia-cloud-platform/features/pipelines/connect "https://docs.acquia.com/acquia-cloud-platform/features/pipelines/connect").
    
    ![pipelines_configuring](https://acquia.widen.net/content/1bb324e3-85ec-4f92-908c-c12d167028d0/web/fe779_pipelines_configuring.png?w=720&itok=2rj0SmHN)
    

### Webhooks

Webhooks are installed in a Git repository (Acquia Git, GitHub, or Bitbucket) and start Pipelines jobs based on new commits or pull requests.

Cloud Platform users using Acquia’s native Git installation can enable or disable webhooks in the **Configure** page by selecting the desired option from the **Webhooks** list.

1.  [Sign in to the Cloud Platform user interface](/node/55875) with an account that has the [Execute pipelines](/node/56064#editing-role) permission.
2.  Select an application.
3.  Click **Pipelines** \> **Settings**.
4.  In the **Webhooks** section, click **Enable** or **Disable** as required.

Cloud Platform displays a confirmation dialog box in the upper right of the webpage.

Reviewing job activity
----------------------

The **Job List** page for Cloud Platform provides an overview of the pipeline jobs that are both currently processing or have already completed. The webpage will regularly update to include any new jobs, or to reflect the status of any on-going or newly completed jobs. To learn more about the overview page, see [Viewing Pipelines job history](/acquia-cloud-platform/features/pipelines/ui/history).

Detailed information about any job listed on the **Job List** page can be found by clicking on the job’s name in the **Job** column. To learn more about reading detailed job information, see [Viewing job output](/acquia-cloud-platform/features/pipelines/ui/output).

Starting a pipeline job
-----------------------

To start a new pipeline job from the Cloud Platform interface:

1.  Select the application for which you want to start a Pipelines job.
2.  In the left menu, click **Pipelines**.
3.  Click **Start Job**.
    
    ![pipelines_starting-job](https://acquia.widen.net/content/e4135bbf-8d09-4284-a062-45ea9e4e08c2/web/d78ba_pipelines_starting-job.png?w=720&itok=oHFxWyyW)
    
    Cloud Platform will display a **How to start a job** dialog.
    
4.  In the **Branch Name** field, enter the name of the branch that contains the [build definition file](yaml.html) that you want to use.
5.  Click **Start**.

You can execute a maximum of five jobs at one time. Pipelines makes 15 attempts to start a queued job with an interval of five minutes.

Important

Pipelines executes subsequent jobs using the credentials of the user who first executes a Pipelines build. For more information on how to update to another user, see [User permission issues](/acquia-cloud-platform/help/68976-how-can-i-fix-user-permission-issues-pipelines "How can I fix user permission issues in Pipelines?").