Viewing the Build History

Review the run status of all the build runs associated with a project.

In the DevOps service, you can view run status, duration, and other details for all build runs. Build 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. Select a project and from the left-side menu, click Build History.

      A list of all build runs associated with the project is displayed with details.

      You can filter the list based on any keyword, start date, and end date. To view the list based on build run status, select the required status in the State filter.

    3. Select a build run to view the complete run details, including a snapshot of the pipeline graph and log details.

    To view all the selected project's work requests, click Work Requests in the left-side menu. The list displays the status of all the operations in progress.

  • To view all the build runs, use the list command:

    oci devops build-run list

    To get all the commands for build-run:

    oci devops build-run -h
  • To list all build runs, use the ListBuildRuns operation.

    To list all work requests, use the ListWorkRequests operation.