Updated on 2025-08-13 GMT+08:00

Pipeline Official Extensions

CodeArts Pipeline provides official extensions as listed in Table 1.

Table 1 Pipeline Official Extensions

Type

Name

Description

Build

Build

Calls CodeArts Build capabilities. CodeArts Build provides an easy-to-use, cloud-based build platform that supports multiple programming languages, helping you achieve continuous delivery with shorter period and higher efficiency. With CodeArts Build, you can create, configure, and run build tasks with a few clicks. CodeArts Build also supports automated code retrieval, build, and packaging, as well as real-time status monitoring. Learn more.

Build-Template

This extension can be configured only in a pipeline template. When a pipeline is generated based on the template, the extension automatically creates a build job and configures the job in the generated pipeline.

Test

TestPlan

Calls CodeArts TestPlan capabilities. CodeArts TestPlan is a one-stop cloud testing platform provided for software developers. It covers test management and API tests and integrates the DevOps agile testing concepts, helping you improve management efficiency and deliver high-quality products. Learn more.

TestPlan-Template

This extension can be configured only in a pipeline template. When a pipeline is generated based on the template, the extension automatically creates an API test job and configures the job in the generated pipeline.

Deploy

Deploy

Calls CodeArts Deploy capabilities. CodeArts Deploy allows you to visually deploy applications in VMs or containers by using Tomcat, Spring Boot, and other templates. You can also flexibly orchestrate atomic actions for deployment. CodeArts Deploy standardizes your deployment environment and processes by integrating with CodeArts Pipeline. Learn more.

Deploy-Template

This extension can be configured only in a pipeline template. When a pipeline is generated based on the template, the extension automatically creates a deployment job and configures the job in the generated pipeline.

KubernetesRelease

Allows you to deploy container images to Cloud Container Engine (CCE) or native Kubernetes clusters. It supports rolling release and blue-green deployment.

CloudNativeRelease

Allows you to orchestrate release policies for environments, such as rolling release and grayscale release.

DeveloperJointCommissioning

This extension is a Kubernetes-based cloud native R&D environment delivery platform. It provides developers with capabilities such as continuous R&D environment delivery and component joint debugging, and helps enterprises reduce R&D environment resource costs.

CloudReleaseExecutor

This extension executes the deployment policy configured in the CloudNativeRelease extension and is called by the CloudNativeRelease extension in the background. Manual configuration and direct calls are not supported.

DeployMicroserviceInstance

This extension updates the deployment configuration of a microservice instance in a specific environment.

Check

Check

Calls CodeArts Check capabilities. CodeArts Check is a cloud-based management service that checks code quality. Developers can easily perform static code and security checks in multiple languages and obtain comprehensive quality reports. CodeArts Check also provides bug fixing suggestions and trend analysis to control code quality and reduce costs. Learn more.

Check-Template

This extension can be configured only in a pipeline template. When a pipeline is generated based on the template, the extension automatically creates a Check job and configures the job in the generated pipeline.

BranchCheck

Specifies the target branch. If the current running branch lags behind the specified branch, the pipeline fails to run.

Pass-Conditions-of-Standard-Policies

A standard extension policy for access control.

Normal

CreateTag

Creates and pushes tags for code repositories.

Subpipeline

Configures and calls other pipeline tasks in a project.

JenkinsTask

Calls Jenkins tasks. Currently, this function is available in LA-Mexico City2, LA-Sao Paulo1, and AP-Singapore.

DelayedExecution

Pauses pipeline for a period of time or until a specified time. You can manually resume or stop a pipeline, or delay the execution for a maximum of three times.

ManualReview

Creates manual review tasks by assigning one person or one group.

GitClone

Clones the code repositories configured in the pipeline source, which can be used together with shell commands and Maven build. Currently, this function is available in LA-Mexico City2, LA-Sao Paulo1, AP-Singapore, and TR-Istanbul.

ExecuteShellCommand

Runs shell commands.

upload-obs

Uploads files to Huawei Cloud OBS.

download-obs

Downloads files from OBS to local.

CreateReleaseBranch

Creates a release branch based on the default branch of a microservice. This extension is automatically configured by a change-triggered pipeline.

MergeReleaseBranch

Merges a feature branch into a release branch. This extension is automatically configured by a change-triggered pipeline.

MergeDefaultBranch

Merges a release branch into the default branch of a microservice. This extension is automatically configured by a change-triggered pipeline.

Execute Docker Operations

Executes specified Docker operations. This extension can run only in a custom executor.