【发布时间】:2021-11-17 04:53:39
【问题描述】:
我已在我的系统中安装了最新版本的 SonarQube,并成功地将 SonarQube 与 GitLab 集成。
当我运行 GitLab CI/CD 管道时,它显示错误为 Could not resolve dependencies for project 和 Authentication failed for https://example.com:7790/develop/application_name:401 Unauthorized。
我的问题是如何消除上述错误?
在哪里指定身份验证凭据?
在哪里指定任何存储库的凭据?
【问题讨论】:
-
能看看环境变量吗?
标签: maven gitlab sonarqube gitlab-ci-runner