Running a Build

Trigger the build process by manually running a DevOps build pipeline.

You can also automatically trigger a build run when you commit your changes to the code repository.

Each service in Oracle Cloud Infrastructure (OCI) integrates with Identity and Access Management (IAM) for authentication and authorization. To grant users permission to access the DevOps build pipelines and other resources, you have to create dynamic groups and IAM policies.

For creating dynamic groups and policies for build pipelines, see Build Pipeline Policies. For more details, see DevOps IAM Policies.

Before you start the run, you must have a build pipeline defined. To run build pipelines, you must enable logging for the DevOps project. To enable logging, see DevOps Logs.

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

Build Run Workflow

When a build run starts, a directed acyclic graph (DAG) is provided along with the build run progress and log details. This graph of all the linked stages in the pipeline gives a preview of all the stages that are eligible to run. During the build run, each stage that is running is highlighted in the graph. A build run is successful if all the stages in the pipeline are completed successfully.

While the build is running, the progress is tracked; after completion, a history of the actions taken is maintained. When the build run completes, you can view the run status and run progress of each build pipeline stage.