We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b662b3d commit f788572Copy full SHA for f788572
1 file changed
Jenkinsfile
@@ -37,7 +37,7 @@ try {
37
step([$class: 'JUnitResultArchiver', testResults: 'target/*-reports/*.xml'])
38
}
39
40
-
+/*
41
stage('SonarQube analysis') {
42
// requires SonarQube Scanner 2.8+
43
def scannerHome = tool 'SonarQube Scanner 2';
@@ -46,6 +46,7 @@ try {
46
sh "${scannerHome}/bin/sonar-scanner"
47
48
49
+*/
50
51
52
} catch (caughtError) { //End of Try
0 commit comments