Creating a Project
Create a DevOps project to group the resources required to implement a CI/CD workflow.
Each service in Oracle Cloud Infrastructure (OCI) integrates with Identity and Access Management (IAM) for authentication and authorization, for all interfaces (the Console, SDK and CLI, and REST API). Before you begin using the DevOps service, you must create policies to control who has access to DevOps, and the type of access for each group of users.
For details about writing policies for the DevOps service and policy examples, see DevOps IAM Policies.
You must create a topic for project notification. See Creating a Topic.
For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.
The DevOps project is created successfully. You can configure required resources such as code repositories, build pipelines, artifact references, target environments, and deployment pipelines.
Note
To run build and deployment pipelines, you must enable logging for the project. To enable logging, see DevOps Logs.To create a DevOps project, run the
create
command:oci devops project create
Required parameters for the
create
command:--compartment-id -c
--name
--notification-config
To get all the commands for
project
:oci devops project -h
To get help for the
create
command:oci devops project create -h
To create a DevOps project, use the
CreateProject
operation.