-
Type:
Bug
-
Resolution: Won't Do
-
Priority:
Minor
-
Component/s: job-dsl-plugin, sonar-gerrit-plugin
-
None
-
Environment: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。
