我在运行Ubuntu的开发服务器上运行Gitlab。我将/etc/gitlab/gitlab.rb
中的配置更改为IP地址。
我运行Gitlab管道,但我总是得到
正在上传工件... planfile:找到1个匹配的文件
错误:正在将工件上传到协调器...错误error =无法 针对执行 http://gitlab.example.be/api/v4/jobs/15/artifacts?artifact_format=zip&artifact_type=archive: 发布 http://gitlab.example.be/api/v4/jobs/15/artifacts?artifact_format=zip&artifact_type=archive: 拨打tcp:在144.254.71.184:53上查找gitlab.example.be:没有这样的主机 id = 15 token = xhDJXFod警告:正在重试...
错误=无效的参数
工件是配置文件中指定的IP地址时,为什么使用DNS名称而不是IP地址?
答案 0 :(得分:0)
此地址是在您的 Gitlab运行程序配置(config.toml
)中配置的。
此配置文件与您的 Gitlab 配置文件不同。
[[runners]]
url = "http://gitlab.example.be"
您可以在Gitlab runner documentation page上查看跑步者的所有高级设置。