0

我们使用 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 才能使其正常工作。甚至,我应该能够让它工作吗?我尝试了一些事情,但想知道是否有人已经解决了这个问题。

附加信息:

4

2 回答 2

0

经过几次尝试,我终于弄清楚了网址

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

可以按原样使用,尽管有帮助建议。

我现在可以使用它,但是确实需要按照此处的说明为本地系统帐户设置 SSH 密钥等

于 2012-09-24T16:03:37.577 回答
0

git plugin help 确实是错误的,我已经解决了这个问题:https ://github.com/jenkinsci/git-plugin/commit/0b7874d7d8d0ae783697ed55fa25125fecc015d6

于 2013-08-22T06:13:57.513 回答