문제

We use unfuddle to host our git repositories. When we clone a repository, we use:

git@oursubdomain.unfuddle.com:oursubdomain/repositoryname.git

Jenkins is expecting a url however and says:

Specify the URL of this remote repository. This uses the same syntax as your git clone command.

In the advanced information for this it says:

Specify the repository to track. This can be a URL or a local file path. Note that for super-projects (repositories with submodules), only a local file path or a complete URL is valid. For instance, user@host:/path is not a valid URL

So, what I need to know is what URL I should specify to enable this to work. Or even, should I be able to get this to work? I have tried a few things but wondered if anyone had already solved this.

Additional information:

도움이 되었습니까?

해결책

After a few attempts, I finally worked out that the url

git@oursubdomain.unfuddle.com:oursubdomain/repositoryname.git

can be used as is, despite what the help suggested.

I have got this to work now, but did need to set up SSH keys etc for the local system account as per the instructions here

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top