plugin is buggy
This commit is contained in:
parent
6e88608186
commit
6c9bc46f73
@ -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 -Donar.dependencyCheck.reportPath=$DEP_CHECK_REPORT_PATH_XML -Dsonar.dependencyCheck.htmlReportPath=$DEP_CHECK_REPORT_PATH_HTML
|
- mvn --batch-mode verify sonar:sonar -D sonar.host.url=$SONAR_URL -D sonar.login=$SONAR_LOGIN -D sonar.dependencyCheck.reportPath=$DEP_CHECK_REPORT_PATH_XML -D sonar.dependencyCheck.htmlReportPath=$DEP_CHECK_REPORT_PATH_HTML
|
Loading…
Reference in New Issue
Block a user