随笔分类 - sonarqube
摘要:报错1 SONAR ANALYSIS FAILED FATAL: SonarQube Scanner executable was not found for sonarscanner ERROR: SonarQube Scanner executable was not found for son
阅读全文
摘要:1. 在 Jenkins 中下载插件 SonarQube Scanner 2. 在 SonarQube 中生成一个用户 token 3. 将生成的 token 复制,然后在Jenkins 的凭据中添加 4. 修改全局配置 5. 修改系统配置 6. 添加 sonarqube 相关识别配置 sonar.
阅读全文
摘要:## 以Docker方式启动SonarQube ### 拉取镜像 ```sh docker pull postgres:13 docker pull sonarqube:8.9-community ``` ### 运行容器 启动postgres ```sh docker run \ -d \ --n
阅读全文