Project Settings
Configure project settings.
To update project settings, run the
update-project-settings
command:oci devops project update-project-settings --project-id --approval-rules --merge-settings
To delete project settings, run the
delete-project-settings
command:oci devops project delete-project-settings --project-id
To get project settings, run the
get-project-settings
command:oci devops project get-project-settings --project-id
To get project notification preference, run the
get-notification-preference
commandoci devops project get-notification-preference --principal-id --project-id
To update project notification preference, run the
update-notification-preference
command:oci devops project update-notification-preference --notification-preference --principal-id --project-id
To retrieve a DevOps project setting details, use the
GetProjectRepositorySettings
operation.To update a DevOps project setting details, use the
UpdateProjectRepositorySettings
operation.To delete a DevOps project settings, use the
DeleteProjectRepositorySettings
operation.