unfuddle を使用して、git リポジトリをホストしています。リポジトリをクローンするときは、以下を使用します。
git@oursubdomain.unfuddle.com:oursubdomain/repositoryname.git
ただし、ジェンキンスはURLを期待しており、次のように述べています。
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 plugin 1.1.23
- WindowsマシンでJenkinsを使用しています - Jenkins ver. 1.482