Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、私の Hudson ビルドは、GitHub からコードをプルするようにセットアップされています。Hudson ビルド構成では、「ソース管理管理」->「リポジトリ URL」の下に次のようなものがあります。
git@github.com:{companyname}/{reponame}.git
そのビルドを自分のローカル リポジトリに向ける方法 (および構文) はありますか?
ワーカーがローカル ファイルにアクセスできると仮定すると、次のようになります。
file:///path/to/file/repo/project.git
file://接頭辞を使用するだけで、そこに到達できます。
file://