Pushing Tags for Code Repositories
You can create and push tags for code repositories.
Configuration Method
- Add the CreateTag extension when you orchestrate a pipeline.
Figure 1 Adding the CreateTag extension
- 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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.