Jenkins 没有克隆 git 存储库

Jenkins not cloning git repository

我正在尝试 运行 从 Git 存储库检出代码的 Jenkins 作业。我正在使用 Git 插件和 Credentials 插件来配置它。但是,当我 运行 作业时,它失败并出现以下错误。

Started by user anonymous
Building in workspace C:\Apps\Jenkins\jobs\Test\workspace
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository http://mygitrepo/project/myproject.git
> C:\Apps\Git\bin\git.exe init C:\Apps\Jenkins\jobs\Test\workspace\test # timeout=10
Fetching upstream changes from http://mygitrepo/project/myproject.git
> C:\Apps\Git\bin\git.exe --version # timeout=10
using .gitcredentials to set credentials
> C:\Apps\Git\bin\git.exe config --local credential.helper store --file=\"E:\TEMP\git2078292677000877754.credentials\" # timeout=10
> C:\Apps\Git\bin\git.exe -c core.askpass=true fetch --tags --progress http://mygitrepo/project/myproject.git +refs/heads/*:refs/remotes/configurator/*
> C:\Apps\Git\bin\git.exe config --local --remove-section credential # timeout=10
ERROR: Error cloning remote repo 'configurator'
ERROR: Error cloning remote repo 'configurator'
Finished: FAILURE

我该如何解决这个问题?

!Git配置1

更新 问题出在藏匿处。当 Jenkins 克隆时,Stash 抛出了一些错误。

我猜你的 Git 存储库配置在你的项目中是错误的。

可能的解决方案;- 尝试创建本地 git 存储库并提供 .git 文件的路径。

或者如果您存储在远程位置,例如 github、stash 等。 使用存储库管理软件 url、pswd-obtained