-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
4
-
1
-
It's not possible to use the Repository Tag task in Bamboo Specs YAML
Workaround
On the YAML code, use an any-task configuration:
- Configure the plan using the Bamboo UI
- Export it to YAML Specs format
- Observe the any-task configuration that was created for the Repository Tag task and make the necessary changes to the code
- any-task: plugin-key: com.atlassian.bamboo.plugins.vcs:task.vcs.tagging configuration: selectedRepository: defaultRepository tagName: ${bamboo.buildResultKey} description: Add a tag
More information and examples:
- mentioned in
-
Page Failed to load