0

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 を指定する必要があるかを知る必要があります。または、これを機能させることができるはずですか?私はいくつかのことを試しましたが、誰かがすでにこれを解決したかどうか疑問に思いました.

追加情報:

4

2 に答える 2

0

git プラグインのヘルプは確かに間違っています。これを修正しました: https://github.com/jenkinsci/git-plugin/commit/0b7874d7d8d0ae783697ed55fa25125fecc015d6

于 2013-08-22T06:13:57.513 に答える
0

何度か試行した後、最終的にURLがわかりました

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

ヘルプが示唆したことにもかかわらず、そのまま使用できます。

これで動作するようになりましたが、こちらの手順に従って、ローカル システム アカウント用に SSH キーなどを設定する必要がありました

于 2012-09-24T16:03:37.577 に答える