Help Center/ CodeArts Pipeline/ User Guide/ Managing Pipeline Extensions/ Pushing Tags for Code Repositories
Updated on 2025-08-13 GMT+08:00

Pushing Tags for Code Repositories

You can create and push tags for code repositories.

Configuration Method

  1. Add the CreateTag extension when you orchestrate a pipeline.

    Figure 1 Adding the CreateTag extension

  2. Set parameters as shown in the following table.

    Parameter

    Description

    Name

    Extension name.

    • Enter only letters, digits, hyphens (-), underscores (_), commas (,), semicolons (;), colons (:), periods (.), slashes (/), parentheses (), and spaces.
    • Enter at least one character.

    Tag Name

    Tag name.

    Repository

    Select the corresponding code repository.

    • Click the toggle to enable Continue If Tag Exists. If the created tag exists in the code repository, no error is reported and the pipeline continues to run. Otherwise, the execution fails.