gpt4 book ai didi

Jenkins - 获取远程仓库 'origin' 时出错

转载 作者:行者123 更新时间:2023-12-05 07:51:07 31 4
gpt4 key购买 nike

我正在尝试在 Jenkins 节点从站上设置 Jenkins Github Pull-Request Builder,但是当我将 refspec 设置为 +refs/pull/*:refs/remotes/origin/pr/*.

构建失败,说我无法获取 repo,当 refspec 删除时,将其他所有内容保持在原位(Github pull request builder 勾选并配置,分支说明符设置为 ${sha1} 默认为 master 使用字符串参数,构建没问题。

这是错误轨迹:

git -c core.askpass=true fetch --tags --progress git@github.blah.company.com:organization/repository.git
+refs/pull/*:refs/remotes/origin/pr/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git@github.blah.company.com:organization/repository.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:763)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1012)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1043)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1277)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532)
at hudson.model.Run.execute(Run.java:1741)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:408)
Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress git@github.blah.company.com:organization/repository.git +refs/pull/*:refs/remotes/origin/pr/*" returned status code 1:

如有任何帮助,我们将不胜感激。

最佳答案

在我的例子中,这是因为我从 SVN 切换到了 git。所以我在 svn 上有一份现有的 Jenkins 工作。在这项工作中,我只是将源 source-code-management 更改为 git。由于这种变化,我有一个现有的工作区,默认情况下,在这种情况下,git 客户端只调用 fetch 而不是按要求调用 git clone

要修复它,您必须将 source-code-management 下的 Additional Behaviours 设置为 Wipe out repository & force clone

另见 jenkins migration from svn to git

关于Jenkins - 获取远程仓库 'origin' 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35445619/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com