我已经成功安装了Jenkins和GitLab,但是在这里我面临着与GitLab和Jenkins之间的连接问题。
这里我已经完成了以下步骤。
管理Jenkins>>配置系统。
根据Gitlab部分GitLab连接是成功的。
我在源代码管理下创建了新作业。我看下面的问题。
无法连接到存储库:执行命令时出错:git ls-remote -h http://10.78.150.58/root/tch-demo.git HEAD。
任何人都可以在这里提供帮助。谢谢。
答案 0 :(得分:1)
您至少需要在GitLab中激活该服务。 请遵循以下指南: https://docs.gitlab.com/ee/integration/jenkins.html
https://github.com/jenkinsci/gitlab-plugin#using-it-with-a-job
https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin
希望它有所帮助。
答案 1 :(得分:0)
http://10.78.150.58/root/tch-demo.git看起来像私有IP。您必须将端口公开给gitlab才能访问Jenkins。