All Products
Search
Document Center

Alibaba Cloud DevOps:Open integration

Last Updated:Jun 16, 2026

Alibaba Cloud DevOps Codeup supports multiple open integration methods, including Webhooks, and Alibaba Cloud DevOps Flow. Use these integrations to automate workflows, respond to code events, and improve code quality.

Webhooks settings

Feature description

Webhooks are a lightweight notification mechanism that calls a predefined URL when specific events occur. In Codeup, you can use Webhooks to automate CI/CD processes, perform image backups, and trigger deployments.

Procedure:

  1. Access the settings page of Webhooks: As an administrator of a code repository, go to the Codeup homepage and click the name of the repository you want to manage. In the left-side navigation pane, click Settings. On the Settings page, click Webhooks.

  2. Create a Webhook: Click Create Webhook in the upper-right of the Webhooks page. Specify the URL and Secret Token parameters.

  3. Specify a trigger: Specify the Trigger parameter. Valid values: Push Event, Tag Push Event, Comments, and Merge Request Event.

  4. Specify a description (optional): Specify a description for easier Webhook maintenance.

  5. Save settings: Confirm the settings and click OK to complete the Webhook creation.

Integrate a pipeline

Extend code detection by using a pipeline

In addition to built-in code detection, Codeup lets you define custom automated checks through pipelines. This allows teams to enforce their own review standards while maintaining code robustness and security.

Implementation methods:

  • Automatically trigger code detection jobs: Activate the pipeline automatically when a merge request is created or updated.

  • Define code detection rules: Use a predefined or custom pipeline template to establish detailed detection strategies.

  • Set branch protection: For key branches, ensure that a series of automated checks are passed before merging.

  • Configure test jobs: Make sure that the pipeline properly executes all critical tests.

These open integration features help you streamline development workflows, accelerate iterations, and deliver high-quality code.