gpt4 book ai didi

maven - 错误 :/var/jenkins_home/workspace/gara-bo@script/Jenkinsfile not found

转载 作者:行者123 更新时间:2023-12-05 05:09:48 24 4
gpt4 key购买 nike

我有一个 Maven 多模块项目。我创建了一个管道来清理和部署我的项目。当我运行管道时,我得到以下输出:

``Started by user XXXXX
Checking out git http://XXXX:9080/gara/gara-back-end.git into /var/jenkins_home/workspace/gara-bo@script to read Jenkinsfile
using credential XXXXXXXXXXX
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://XXXXXXX:9080/gara/gara-back-end.git # timeout=10
Fetching upstream changes from http://XXXXX:9080/gara/gara-back-end.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --force --progress http://XXXXXX:9080/gara/gara-back-end.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision c717022003b698421698238b13e1909f555172a0 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f XXXXXXXXXXXXXXX
Commit message: "Update Jenkinsfile"
> git rev-list --no-walk 7XXXXXXXXXXXXXXXXXXXXXXX # timeout=10
ERROR: /var/jenkins_home/workspace/gara-bo@script/Jenkinsfile not found
Finished: FAILURE``

为什么项目是在 gara-bo@script 而不是 gara-bo 下 checkout 的?在服务器上,我有两个文件夹:gara-bo 和 gara-bo@script

``gara-bo contains : Jenkinsfile  pom.xml  src  target  WEB-INF
gara-bo@script : gara-common gara-dao gara-model gara-service gara-web JenkinsFile pom.xml``

但是 gara-bo@script 中的文件只是符号链接(symbolic link),因为当我尝试读取 gara-bo@script 下的 JenkinsFile 的内容时,这是不可能的。

你知道吗,请问我该如何更正?

最佳答案

那是因为还有许多其他分支还没有包含 Jenkins 文件。

可能是您第一次使用 Jenkins 时遇到的情况。因此 Jenkins 文件仅在您当前的开发分支中(例如:YOUR_BRANCH-79)。

这里不要使用:origin/YOUR_BRANCH-.*,可以使用:origin/YOUR_BRANCH-79

enter image description here

关于maven - 错误 :/var/jenkins_home/workspace/gara-bo@script/Jenkinsfile not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57227960/

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