Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-11701

Bamboo does not support SCP-like urls in Git

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 4.1.2
    • None
    • Repository (Git)

    Description

      This URL:

      git@host.com:magicalpanda/AtlassianTestRepo.git
      

      will be ok for git, but it will fail with Bamboo because it will try to push it through proxy and to do that, it will add port. Port is not allowed with SCP notation in Git.
      The workaround for this is to use an URL with username expansion:

      git@host.com:~/magicalpanda/AtlassianTestRepo.git
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            pbruski Przemek Bruski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: