Manage pipelines managing-pipelines
Learn how to manage your existing pipelines including editing, running, and deleting them.
Pipeline card pipeline-card
The Pipelines card on the Program Overview page in Cloud Manager gives you an overview of all of your pipelines and their current status.
By clicking next to each pipeline, you can take the following actions:
At the bottom of the list of pipelines, you have the following general options:
- Add - To add a new production pipeline or add a new non-production pipeline
- Show All - Takes the user to the Pipelines screen to view all pipelines in a more detailed table.
- Access Repo Info - Displays the information necessary to access the Cloud Manager git repository
- Learn More - Navigates to CI/CD pipeline documentation resources.
Pipelines page pipelines
The Pipelines page shows a complete list of all pipelines for the selected program. This information is useful because it presents more comprehensive information than what is available in the Pipeline card.
-
Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization.
-
On the My Programs console, select the program.
-
From the Program Overview page, click Pipelines tab.
-
On the Pipelines page, you can see a list of all pipelines for the program and start and stop pipeline execution as you would in the Pipelines Card.
If a pipeline is executing, click in the Status column to display a pop-up with details about the execution. Within the pop-up, click View details to see the details of the pipeline execution.
You can also click next to the pipeline to take additional actions appropriate to the pipeline state such as editing it or canceling execution.
Activity page activity
The Activity page shows a complete list of all pipelines executions for the selected program as well as other important program events.
-
Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization and program.
-
From the Program Overview page, in the side menu, click Activity.
-
In the Activity page, you can see a list of all pipeline executions for the program, including current and historical executions.
If a pipeline is executing, you can click in the Status column to display a pop-up showing you information about the execution.
Click the row representing the pipeline execution to view the details of the pipeline execution.
You can also click to take additional action on the pipeline execution, such as view its details or download the log, which takes you to the pipeline details page.
Run a pipeline running-pipelines
-
Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization and program.
-
Navigate to the Pipelines card from the Program Overview page.
-
Click next to the pipeline that you run.
-
From the drop-down menu, click Run.
The pipeline run starts, and the Status column displays its progress.
You can see the details of the run by clicking again and clicking View details.
Depending on the type of pipeline, you may be able to cancel the run by clicking again and clicking Cancel.
Edit a pipeline editing-pipelines
You can edit a pipeline if it is not running.
-
Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization and program.
-
Navigate to the Pipelines card from the Program Overview page.
-
Click next to the pipeline that you want to edit.
-
From the drop-down menu, click Edit.
-
In the Edit Production Pipeline or Edit Non-Production Pipeline dialog box, edit the same details that you entered when creating the pipeline.
See the following pages for details on the fields and configuration options available for pipelines.
-
When you are done, click Update.
Delete a pipeline deleting-pipelines
You can delete a pipeline if it is not running.
-
Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization and program.
-
Navigate to the Pipelines card from the Program Overview page.
-
Click next to the pipeline that you run.
-
From the drop-down menu, click Delete.
View last run details of a pipeline view-details
You can check the details of a pipeline to view the status and logs from its most recent run. However, you can only access the details if the pipeline is currently running or has been executed at least once.
-
Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization and program.
-
Navigate to the Pipelines card from the Program Overview page.
-
From the drop-down menu, click next to the pipeline that you run.
-
From the drop-down menu, click View last execution.
You are taken to the details page of the running pipeline.
From here, you can see the status of the various steps of the pipeline and retrieve build logs for diagnostic purposes. See Deploy Your Code for more information on code deployment and tests run.
All the steps in a pipeline execution are displayed with the ones not yet started grayed out. Finished steps display their duration.
After a pipeline step is complete, a summary is presented.
-
Click View details to expand the Duration section, where you can see the average duration of the pipeline based on the program’s historical trends.
-
If your pipeline included a Code Scanning step that flagged issues, click Download Details to access a list of code quality tests that failed to pass.
The CSV file includes a Project File Location column, showing the path to the problematic code relative to the project. In contrast, the File Location column reflects the Maven-generated path.
Cancel a pipeline cancel
You can safely cancel the pipeline run if it is in the validation or build image phase.
-
Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization and program.
-
From the program overview page, click of the pipeline you want to cancel on the Pipelines card.
-
Click Cancel.
Alternatively, you can cancel a pipeline from the pipeline details page.
-
Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization and program.
-
Navigate to the Pipelines tab from the Program Overview page and select the pipeline you want to cancel.
You are taken to the details page of the running pipeline.
-
Click Cancel.