Allen Wittenauer created YETUS-478:
--------------------------------------
Summary: add sonarqube support
Key: YETUS-478
URL: https://issues.apache.org/jira/browse/YETUS-478
Project: Yetus
Issue Type: New Feature
Components: Test Patch
Reporter: Allen Wittenauer
We need to add the ability to call SonarQube, especially from within the docker
environment. This mainly means importing a few environment variables and
using them as appropriate:
{code}
SONARQUBE_SCANNER_PARAMS={ "sonar.host.url" :
"https:\/\/builds.apache.org\/analysis", "sonar.login" : "******"}
SONAR_AUTH_TOKEN=******
SONAR_HOST_URL=https://builds.apache.org/analysis
SONAR_CONFIG_NAME=ASF Sonar Analysis
SONAR_MAVEN_GOAL=sonar:sonar
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)