我们使用 unfuddle 来托管我们的 git 存储库。当我们克隆一个存储库时,我们使用:
git@oursubdomain.unfuddle.com:oursubdomain/repositoryname.git
然而,詹金斯期待一个网址并说:
Specify the URL of this remote repository. This uses the same syntax as your git clone command.
在为此的高级信息中,它说:
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
所以,我需要知道的是我应该指定什么 URL 才能使其正常工作。甚至,我应该能够让它工作吗?我尝试了一些事情,但想知道是否有人已经解决了这个问题。
附加信息:
- 我正在使用https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin作为 git 插件 - Jenkins GIT 插件 1.1.23
- 我在 Windows 机器上使用 Jenkins - Jenkins 版本。1.482