(一)Jenkins部署项目到Gitee报错ERROR: Couldn‘t find any revision to build. Verify the repository and branch
在使用Jenkins部署SpringBoot项目时,报错:ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.[DeployPublisher][INFO] Build failed, project not deployedFinished:
·
在使用Jenkins部署SpringBoot项目时,报错:
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
[DeployPublisher][INFO] Build failed, project not deployed
Finished: FAILURE
报错的中文大致意思就是:
错误:找不到要构建的任何修订版本。验证这个job的仓库和分支配置。
[部署发布者][信息] 构建失败,项目未部署
已完成: 失败
从以上错误信息可以大概知道,错误出现在仓库和分支上。查看项目配置的仓库以及分支是否正确。
查看项目的源码管理,我发现我之前分支写错了,多写了一层目录。
修改成图片中格式,完成构建。
更多推荐
已为社区贡献3条内容
所有评论(0)