CreateTag
Create and push tags for code repositories.
Adding the Extension with GUI
Add the CreateTag extension when you orchestrate a pipeline. Set parameters as shown in Table 1.
Parameter |
Description |
---|---|
Name |
Extension name, which can be customized.
|
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.
Adding the Extension with YAML
Add the CreateTag extension when you orchestrate a pipeline. Configure the YAML syntax as follows:
- CreateTag
uses: CreateTag with: tagName: v1
- tagName: tag name.
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