从Bitbucket提取代码返回的代码-1073741510:

时间:2019-06-28 06:45:02

标签: jenkins bitbucket

虽然通过jenkins从bitbucket中获取代码,但每次都会返回代码-1073741510:。请提出建议。

hudson.plugins.git.GitException:命令“ C:\ Program Files \ Git \ bin \ git.exe fetch --tags --progress https://abc@bitbucket.org/abc.git + refs / heads / :refs / remotes / origin / ”返回的状态码-1073741510: 标准输出: stderr:致命:遇到HttpRequestException。    发送请求时发生错误。 远程:计数对象:64215
远程:计数对象:103563,已完成。
远程:压缩对象:0%(1/38744)
远程:压缩对象:1%(388/38744)
远程:压缩对象:2%(775/38744)
远程:压缩对象:3%(1163/38744)
远程:压缩对象:4%(1550/38744)
远程:压缩对象:5%(1938/38744)
远程:压缩对象:6%(2325/38744)
远程:压缩对象:7%(2713/38744)
远程:压缩对象:8%(3100/38744)
远程:压缩对象:9%(3487/38744)
远程:压缩对象:10%(3875/38744)
远程:压缩对象:11%(4262/38744)
远程:压缩对象:12%(4650/38744)
远程:压缩对象:13%(5037/38744)
远程:压缩对象:14%(5425/38744)
远程:压缩对象:15%(5812/38744)
远程:压缩对象:15%(5835/38744)
远程:压缩对象:16%(6200/38744)
远程:压缩对象:17%(6587/38744)
远程:压缩对象:18%(6974/38744)
远程:压缩对象:19%(7362/38744)
远程:压缩对象:20%(7749/38744)
远程:压缩对象:21%(8137/38744)
远程:压缩对象:22%(8524/38744)
远程:压缩对象:23%(8912/38744)
远程:压缩对象:24%(9299/38744)
远程:压缩对象:25%(9686/38744)
远程:压缩对象:26%(10074/38744)
远程:压缩对象:已完成100%(38744/38744)。
接收对象:0%(1/103563)
接收物体:1%(1036/103563),92.00 KiB | 149.00 KiB / s
接收物体:1%(1179/103563),92.00 KiB | 149.00 KiB / s
接收物体:1%(1670/103563),844.00 KiB | 374.00 KiB / s
接收物体:1%(1670/103563),1.54 MiB | 482.00 KiB / s

at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:655)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
at hudson.scm.SCM.checkout(SCM.java:504)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1818)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)

错误:克隆远程存储库“源”时出错 完成:失败

0 个答案:

没有答案