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

Deploy

Call the Deploy extension to use CodeArts Deploy capabilities.

Adding the Extension with GUI

Add the Deploy extension when you orchestrate a pipeline. Set parameters as shown in Table 1.

Table 1 Parameter description

Parameter

Description

Name

Extension name, which can be customized.

  • Enter only letters, digits, hyphens (-), underscores (_), commas (,), semicolons (;), colons (:), periods (.), slashes (/), parentheses (), and spaces.
  • Enter 1 to 128 characters.

Select Task

Select a deployment task whose code source is the same repository as the pipeline you are configuring.

Adding the Extension with YAML

Add the Deploy extension when you orchestrate a pipeline. Configure the YAML syntax as follows:

  • Deploy
    uses: CodeArtsDeploy 
    with:  
      jobId: 9c5a5cda6ffa4ab583380f5a014b2b31   
      customParam: value
    • jobId: ID of the deployment task.
    • customParam: Parameter value defined in the deployment task.