We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6105e54 commit 6f4f530Copy full SHA for 6f4f530
vars/runJenkinsPipeline.groovy
@@ -332,15 +332,6 @@ def call(){
332
}
333
334
post {
335
- always{
336
- script{
337
- if(fileExists('reports/sonar-report.json')){
338
- stash includes: 'reports/sonar-report.json', name: 'SONAR_REPORT'
339
- archiveArtifacts allowEmptyArchive: true, artifacts: 'reports/sonar-report.json'
340
- recordIssues(tools: [sonarQube(pattern: 'reports/sonar-report.json')])
341
- }
342
343
344
cleanup{
345
cleanWs(
346
deleteDirs: true,
0 commit comments