adapted runner config via CI CD variables

This commit is contained in:
marius 2019-01-07 19:14:58 +01:00
parent 93e42a03f7
commit 6e88608186

View File

@ -3,4 +3,4 @@ sonarqube_master_job:
only: only:
- master - master
script: script:
- mvn --batch-mode verify sonar:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_LOGIN - mvn --batch-mode verify sonar:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_LOGIN -Donar.dependencyCheck.reportPath=$DEP_CHECK_REPORT_PATH_XML -Dsonar.dependencyCheck.htmlReportPath=$DEP_CHECK_REPORT_PATH_HTML