我无法通过Jenkins中的execute shell连接到远程仓库。我在Windows服务器上,并且正在使用cygwin来运行bash命令。我收到错误消息,我没有主机身份验证权限来连接到存储库。但是,我可以通过Git-Plugin连接。有什么建议?谢谢!
Snapshot of execute shell
Snapshot of error message
最佳答案
这可能与此Jenkins issue有关, Jenkins 不喜欢路径中的斜线。
您可能可以使用斜杠指定 repo 的绝对路径,并查看是否有帮助
ip-address:/absolute/path/to/repo/external-web/repo.git