必须学习

导航

随笔分类 -  sonarqube

sonarqube centos 7的安装配置和使用
解决jenkins shell执行sonar-scanner提示命令存在的问题
摘要:通过jenkins的以下三个方式去执行sonar-scanner,抛如下错误。 command [cd /home/xxx/code/CODE/xxx/xxxsonar-scanner...bash: sonar-scanner: command not foundSSH: EXEC: comple 阅读全文

posted @ 2019-01-18 16:06 必须学习 阅读(5791) 评论(0) 推荐(0)

docker + mysql安装sonarqube
摘要:docker sonarqube地址:https://hub.docker.com/_/sonarqube docker mysql地址:https://hub.docker.com/_/mysql 以下在linux环境执行: 一、拉取sonarqube镜像 docker pull sonarqub 阅读全文

posted @ 2019-01-17 13:30 必须学习 阅读(1675) 评论(0) 推荐(0)