You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2016/12/19 23:22:58 UTC

[jira] [Created] (YETUS-478) add sonarqube support

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)