---
title: "Viewing job output"
date: "2024-02-14T06:18:38+00:00"
summary: "View detailed Pipelines job info, understand job summaries, read logs, and rerun jobs in Cloud Platform's intuitive interface."
image:
type: "page"
url: "/acquia-cloud-platform/viewing-job-output"
id: "182ceb5a-0ede-41df-ab31-7cf30e011d8d"
---

The **Job Detail** page for Pipelines provides detailed information about jobs that are either currently processing or have already completed their execution.

Viewing job output
------------------

To view detailed information about your Cloud Platform Pipelines jobs in Cloud Platform, from your application click **Pipelines** from its left menu, and then scroll down the page to the **Activity** table in the **Jobs** section.

![pipelines_job](https://acquia.widen.net/content/e8e3fb7f-2e69-4102-a10c-ef23cdbdefc4/web/a029a_pipelines_job.png?w=720&itok=Qs-I-mcn)

To view information about a specific job, in the **Activity** table, click the name of the job you want to view.

For information on how to view a list of all recent jobs, see [Viewing Pipelines job history](history.html).

Understanding the job summary table
-----------------------------------

The job summary table provides an overview of the settings for a job, and includes the following information:

![pipelines_success-job](https://acquia.widen.net/content/4c71259a-60d6-4f7d-a092-d80e459a9402/web/81d93_pipelines_success-job.png?w=720&itok=_IbPV6tR)

*   **Destination environment**: The Cloud Platform environment to which this job will deploy code.
*   **Job Duration**: The duration for which this job ran.
*   **Started at**: The date and time when the job started.
*   **Job Trigger**: The event that triggered this job. Possible triggers include the following:
    *   **Branch commit**: A new commit was made to the repository.
    *   **Pull request**: A pull request was submitted or updated
*   **Branch**: The Git branch used to run this job.
*   **Requested by**: The user who initiated this job.

Reading job logs
----------------

The **Logs** section on your job’s detail page provides the full output of all of the logging that relates to your job. To increase legibility, only the title of each step is displayed by default. Click the title of a step to reveal all logs for that step.

![pipelines_logs](https://acquia.widen.net/content/e54f68ae-7df9-4f74-9c9a-3249b5badfe1/web/b574f_pipelines_logs.png?w=720&itok=Q9j_Ppon)

When you expand a job, Cloud Platform displays additional details, as in this example of the full **Finalization** step:

    Finalization
    + echo "Exiting step composer."
    Killing background jobs
    
    Changes will be pushed to pipelines-build-2 [example@svn0000.prod.hosting.acquia.com:example.git]
    Your deployment branch is: demobranch
    To example@svn-0000.prod.hosting.acquia.com:example.git
    000000..322ca6a  pipelines-build-2 -> pipelines-build-2
    Successfully completed.

Note

If you have questions about any error messages displayed in your job logs, [contact Acquia Support](/service-offerings/support#contact-acquia-support).

Rerunning a job
---------------

After you have encountered and corrected an error that caused a job to fail, use the following steps to run the job a second time:

Note

Cloud Platform does not support re-running jobs for pull requests (PRs). To run a job for a PR, start a new job on the PR branch.

1.  Find and click the job that you want to run again in the **Activity** table.
2.  Under the **Actions** column, click the vertical ellipsis. 
    
    ![pipelines_vertical-ellipses](https://acquia.widen.net/content/6148fe69-99ac-4084-a6dc-61350e39fea9/web/d6245_pipelines_vertical-ellipses.png?w=720&itok=0wxwyHSg)
    
3.  Click **Rerun Job**.
4.  In the **Rerun Job** dialog box, click **Submit**.
    
    ![pipelines_rerunning-job](https://acquia.widen.net/content/80dcec08-a11c-4386-9ab3-6114984b78b1/web/10be8_pipelines_rerunning-job.png?w=720&itok=r7MlZYx2)