• Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Bamboo Specs
    • None
    • 4
    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      It's not possible to use the Repository Tag task in Bamboo Specs YAML

      Workaround

      On the YAML code, use an any-task configuration:

      1. Configure the plan using the Bamboo UI
      2. Export it to YAML Specs format
      3. 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:

            [BAM-20680] Support Repository Tag task at Specs YAML

            There are no comments yet on this issue.

              Unassigned Unassigned
              achystoprudov Alexey Chystoprudov
              Votes:
              6 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: