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
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.