Skip to content

Commit f788572

Browse files
committed
Disable sonar analysis
1 parent b662b3d commit f788572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ try {
3737
step([$class: 'JUnitResultArchiver', testResults: 'target/*-reports/*.xml'])
3838
}
3939
}
40-
40+
/*
4141
stage('SonarQube analysis') {
4242
// requires SonarQube Scanner 2.8+
4343
def scannerHome = tool 'SonarQube Scanner 2';
@@ -46,6 +46,7 @@ try {
4646
sh "${scannerHome}/bin/sonar-scanner"
4747
}
4848
}
49+
*/
4950

5051
}
5152
} catch (caughtError) { //End of Try

0 commit comments

Comments
 (0)