adapted runner config via CI CD variables

master
marius 2019-01-07 19:14:58 +01:00
parent 93e42a03f7
commit 6e88608186
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ sonarqube_master_job:
only:
- master
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