adapted runner config via CI CD variables
This commit is contained in:
parent
93e42a03f7
commit
6e88608186
@ -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
|
Loading…
Reference in New Issue
Block a user