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.
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
listcommand:oci devops build-run listTo get all the commands for
build-run:oci devops build-run -hTo list all build runs, use the
ListBuildRunsoperation.To list all work requests, use the
ListWorkRequestsoperation.