ERROR: Error during SonarScanner execution
ERROR: Failed to upload report - An error has occurred. Please contact your administrator
ERROR:
ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
[Pipeline] }

查看服务详情

进入对应的sonar安装目录,看log下面的日志

web.log  下面报错, mysql

Failed to upload report - An error has occurred. Please contact your administrator_sonar

设置修改mysql最大接收

vim /etc/my.cnf

添加一行

max_allowed_packet = 2102410240

重启服务

systemctl restart mysqld

如果sonar执行的时候还是报错的话,就重启sonar,