Viewing Deployments

Review the deployment status of all the deployments associated with a project.

In the DevOps service, all deployments are systematically tracked. You can view the status, duration, and other details of all your deployments. Deployment history data isn't purged.

For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.

    1. Open the navigation menu and click Developer Services. Under DevOps, click Projects.
    2. On the DevOps Projects page, select a project for which you want to view the deployments.
    3. On the details page of the project, from the left side, click Deployments.
    4. A list of all deployments associated with the project is displayed with deployment details.
      You can filter the list based on deployment name, start date, and end date. To view the list based on deployment status, select the required status in the State filter.
    5. Select a deployment to view complete deployment details, including a snapshot of the pipeline graph and log details.

    To view all the work requests for a DevOps project, select a project and click Work Requests in the left-side menu. A list showing status of all the operations in progress is displayed.

  • To view all the deployments, use the list command:

    oci devops deployment list

    To get all the commands for deployment:

    oci devops deployment -h
  • To list all deployments, use the ListDeployments operation.

    To list all work requests, use the ListWorkRequests operation.