-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
Jenkins version:2.176.2
Sonar Gerrit plugin: 2.2.1
Job DSL plugin: 1.77
This is my DSL script
inspectionConfig{ serverURL('http://xxxxxxxxxx:9000</serverURL') baseConfig{ projectPath('./') sonarReportPath('./sonar-report.json') autoMatch(false) } type('base') }
and the value of sonarReportPath in the created job's xml is not what I want。