- What's New
- Function Overview
- Service Overview
- Getting Started
-
User Guide
- CodeArts Pipeline Usage
- Enabling and Authorizing CodeArts Pipeline
- Accessing CodeArts Pipeline
- Creating a Pipeline
- Configuring a Pipeline
- Grouping Pipelines
- Executing a Pipeline
- Checking a Pipeline
- Checking the Dashboard
- Configuring a Change-triggered Pipeline
- Managing Pipeline Extensions
- Creating Service Endpoints
- Checking Audit Logs
- Reference
- CodeArts Release User Guide
-
Best Practices
- CodeArts Pipeline Best Practices
- Fixing a Bug for Quick Release Through a Change-triggered Pipeline
- Configuring Pass Conditions for Automated Code Checks
- Transferring CodeArts Pipeline Parameters to CodeArts Build and CodeArts Deploy
- Creating a Repository Tag Using the Pipeline Contexts
- HE2E DevOps Practice: Configuring a Pipeline
-
API Reference
- Before You Start
- API Overview
- Calling APIs
-
API
- Template Management
-
Pipeline Management
- Starting a Pipeline
- Obtaining Pipeline Statuses in Batches
- Obtaining Pipeline Status/Obtaining Pipeline Execution Details
- Obtaining Pipeline List/Pipeline Execution Status in a Project
- Deleting a Pipeline
- Querying Pipeline Details
- Editing a Pipeline
- Stopping a Pipeline
- Obtaining Pipeline Execution Records
- Creating a Pipeline With a Template
- Creating a Pipeline
- Retrying a Pipeline
- Passing Manual Review
- Obtaining Custom Parameters Required for Pipeline Running
- Rejecting Manual Review
- Querying Pipeline Logs
- Obtaining the Pipeline Step Execution Output
- Querying Build Products on a Pipeline
- Deleting Pipelines in Batches
- Disabling a Pipeline
- Setting Pipeline Tags in Batches
- Enabling a Pipeline
- Executing Pipelines in Batches
- Querying Pipeline Job Logs
- Passing a Delayed Execution Job
- Rejecting a Delayed Execution Job
- Delaying the Execution for One Hour
- Passing the Manual Check Point
- Rejecting the Manual Check Point
- Resuming a Pipeline
- Querying the Batch Pipeline Execution Result
- Switching Group Sequence
- Querying CodeArts Pipeline Notifications
- Updating CodeArts Pipeline notifications
- Enabling or Disabling CodeArts Pipeline Notifications
- Querying Third-Party Pipeline Notifications
- Updating Third-Party Pipeline Notifications
- Querying Pipeline Role Permissions
- Querying Pipeline User Permissions
- Modifying Pipeline Role Permissions
- Modifying Pipeline User Permissions
- Querying Whether Pipeline Resource-Level Permission Is Enabled
- Updating Pipeline Resource-Level Permissions Status
- Setting Pipeline Resource-Level Permissions for Different Roles
- Canceling a Pipeline Queuing
- Querying Queuing Records in the Current Pipeline
- Querying the Running Records of a Pipeline of the Old Version
- Querying Parameters Used in a Pipeline
- Rolling Back the Pipeline Execution
- Obtaining the Step Redirection Link
- Querying the Running Changes in a Pipeline
- Querying Available Predefined Parameters
- Querying Pipeline Triggering Failure Records
- Querying the Pipeline Editing History
- Creating a Parameter Group
- Editing a Parameter Group
- Deleting a Parameter Group
- Associating a Pipeline with a Parameter Group
- Querying Details About a Parameter Group
- Querying Parameter Groups Associated with a Pipeline
- Querying the Parameter Group List
- Obtaining Webhook Information
- Group Management
- Rule Management
- Tenant-Level Policy Management
- Project-Level Policy Management
-
Extension Management
- Creating an Extension Version
- Creating an Extension Draft Version
- Creating a Publisher
- Updating an Extension Draft
- Publishing an Extension Draft
- Updating Basic Information of an Extension
- Publishing an Extension
- Binding an Extension to a Publisher
- Updating the Extension Icon
- Updating the Publisher Icon
- Deleting an Extension Draft
- Querying the Publisher List
- Querying the Available Publisher
- Querying the Available Extension List
- Querying the Basic Extension List
- Querying the Available Extensions by Page
- Querying the Extension List
- Querying Extension Indicator Configuration
- Query Extension Input Configuration
- Query Extension Output Configuration
- Querying All Versions of an Extension
- Querying Extension Version Details
- Querying the Extension Version
- Deleting a Publisher
- Querying Publisher Details
- Creating a Basic Extension
- Updating a Basic Extension
- Deleting a Basic Extension
- Uploading a Basic Extension
- Querying the Basic Extension Details
- Endpoint Management
- Pipeline Tag Management
-
Change Management
- Create a Change
- Querying the Change Details
- Modifying the Change Status
- Modifying the Code Repository of a Change
- Querying the Change List
- Querying Changes in a Pipeline
- Querying Changes Being Released
- Querying the Change Operation History
- Querying Change Creator Information in a Project
- Querying Work Items Associated with a Change
- Updating Work Items Associated with a Change
- Microservice Management
- Template Management (Old Version, Unavailable Soon)
-
Pipeline Management (Old Version, Unavailable Soon)
- Quickly Creating a Pipeline and Jobs with a Template
- Checking the Pipeline Creation Status
- Starting a Pipeline
- Stopping a Pipeline
- Obtaining Pipeline Statuses in Batches
- Deleting a Pipeline
- Obtaining the Pipeline List
- Obtaining the Pipeline Status
- Obtaining the Pipeline Execution Status in a Project
- Application Examples
- Appendixes
- Change History
-
FAQs
- Functions
-
Troubleshooting
- Pipeline Fails to Run Because Repository Not Found
- Pipeline Fails to Run Because the Test Suite Is Already in Progress
- Pipeline Fails to Run Because Job Not Found
- Pipeline Is Not Triggered at a Specified Time
- Execution Button Is Unavailable
- Inappropriate Reviewer Configured for the Manual Review Job
- Subpipeline Not Found
- Change-triggered Pipeline Fails to Run and an Error Message Is Returned: "authentication required"
- Pipeline Fails to Run Because Deployment Policy Not Found
- Videos
- General Reference
Show all
Function Overview
-
OBS 2.0 Supported
-
CodeArts Pipeline provides visualized continuous integration and continuous delivery (CI/CD) pipelines that can be orchestrated. It helps enterprises quickly realize continuous delivery and efficient automation in DevOps, shortens the time to market (TTM) of applications, and improves R&D efficiency.
CodeArts Pipeline is essentially a visualized and automated task scheduling platform. It needs to be used together with automated tasks of services such as CodeArts Build, CodeArts Check, CodeArts TestPlan, and CodeArts Deploy in CodeArts. You can orchestrate these automation tasks based on your requirements, such as application deployment in the development, test, or production environment. After the tasks are configured, they can be automatically triggered, scheduled, and executed, avoiding frequent and inefficient manual operations.
All regions.
-
-
OBS 2.0 Supported
-
A pipeline can manage and orchestrate automatic tasks of other services. You can orchestrate pipeline stages and tasks based on production and delivery workflows when creating, copying, and editing pipelines.
All regions.
-
-
OBS 2.0 Supported
-
An associated pipeline can be automatically executed when the following conditions are met.
- Continuous integration
- Code is committed in an associated code repository. The related branch and path of changed files meet inclusion and exclusion policies.
- A tag is created in an associated code repository. The created tag meets inclusion and exclusion policies.
- Merge request (MR)
An MR event is triggered to create, update, merge, or re-open code in an associated code repository. The related branch is in the configured scope. The branch and path of changed files meet inclusion and exclusion policies.
- Scheduled execution
The execution date and time is configured and reached.
All regions.
-
-
OBS 2.0 Supported
-
Pipeline parameters can be transferred (referenced by ${parameter name}) for unified data flows among tasks. You only need to configure pipeline parameters to streamline data for tasks such as build, deployment, and API test. Pipeline parameters are classified into the following types:
- Custom parameters: You can customize character string, enumeration, auto-increment, and host group types.
- System parameters: Default parameters do not need to be defined and cannot be deleted or modified. These parameters include PROJECT_ID, PIPELINE_ID, PIPELINE_NUMBER, COMMIT_ID and TIMESTAMP.
All regions.
-
-
OBS 2.0 Supported
-
Pipeline permissions can be configured by role and personnel.
- The permissions of project creators and pipeline creators cannot be changed.
- Personnel permissions are prioritized over role permissions.
- The view permission is enabled by default and cannot be disabled.
- If the run permission is disabled, edit and delete permissions are disabled at the same time.
- If the edit permission is enabled, the run permission is enabled at the same time.
- If the edit permission is disabled, the delete permission is disabled at the same time.
- If the delete permission is enabled, edit and run permissions are enabled at the same time.
All regions.
-
-
OBS 2.0 Supported
-
You can configure message notifications to send service updates or emails to related personnel when a pipeline is deleted, fails to be executed, is successfully executed, or the configuration is updated. Managing the Recycle Bin.
All regions.
-
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot