Alibaba Cloud DevOps Flow provides a complete toolchain that automates the process from code submission to application deployment. You can extend code detection capabilities by using a pipeline, and create pipeline checkpoints to ensure code quality in merge requests.
Extend code detection by using a pipeline
Alibaba Cloud DevOps Codeup provides built-in detection services and the flexibility to extend automated code detection by using pipelines. When you handle merge requests, you can customize the pipeline to add tools such as static analysis and code review.
You can configure the pipeline for merge requests to run specific detection tasks. Examples:
-
Automatically trigger the pipeline when a merge request is created or updated.
-
Use predefined or custom pipeline templates to define detection rules.
-
Set mandatory automated status checks for protected branches before merging.
-
Tailor detection tasks as required and verify their correct execution within the pipeline.