我想在我的 Jenkins 2.x 管道中执行“SonarQube 扫描仪”步骤。
当我尝试在管道语法中创建示例 groovy 时,我只得到以下格式的 groovy 脚本:
step <object of type hudson.plugins.sonar.SonarRunnerBuilder>
有谁知道正确的步骤语法是什么?例如,发布 JUnit 报告看起来像
step([$class: 'JUnitResultArchiver', testResults: ''])
我使用以下版本:
- 詹金斯 2.11
- SonarQube 扫描仪 2.6.1
- SonarQube 插件 2.4.1