From: Martin Quinson Date: Mon, 18 Jul 2016 16:09:30 +0000 (+0200) Subject: document how to regenerate a travis/sonar token X-Git-Tag: v3_14~747 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/daacb576495293505af7107b9acfbe1eb143d897 document how to regenerate a travis/sonar token --- diff --git a/tools/internal/travis-sonarqube.sh b/tools/internal/travis-sonarqube.sh index 908ed6e05e..3dc02e584a 100755 --- a/tools/internal/travis-sonarqube.sh +++ b/tools/internal/travis-sonarqube.sh @@ -37,4 +37,5 @@ installBuildWrapper ./build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir bw-outputs "$@" # and finally execute the actual SonarQube analysis (the SONAR_TOKEN is set from the travis web interface, to not expose it) +# See https://docs.travis-ci.com/user/sonarqube/ for more info on tokens sonar-scanner -Dsonar.host.url=https://nemo.sonarqube.org -Dsonar.login=$SONAR_TOKEN