We use a repository server with Git. On another server we have a CI-Software (Atlassian Bamboo) running which should pull the code via Git from our repository server. The URL structure of our repository server is offering, is the following:
myproject@www.blablabla.com:myproject.git
The CI-Server (Bamboo) tries to convert it in another Git URL structure by changing the colon at the end to a slash:
myproject@www.blablabla.com/myproject.git
Now the Link doesn’t work.
How to fix this?
You could try a fully specified ssh remote, like this:
If you are using gitosis on the git repository server this will work. I have not tried it with other git hosting solutions. If
myproject.gitis just a folder in the home directory of themyprojectuser you could use: