【发布时间】:2025-12-17 05:20:02
【问题描述】:
我们使用 unfuddle 来托管我们的 git 存储库。 当我们克隆一个存储库时,我们使用:
git@oursubdomain.unfuddle.com:oursubdomain/repositoryname.git
Jenkins 期待一个网址,但他说:
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
- 我正在使用 Jenkins windows 机器 - 詹金斯版。 1.482
【问题讨论】: