Skip to content

Commit

Permalink
Disable sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidWeb committed Nov 30, 2017
1 parent b662b3d commit f788572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ try {
step([$class: 'JUnitResultArchiver', testResults: 'target/*-reports/*.xml'])
}
}

/*
stage('SonarQube analysis') {
// requires SonarQube Scanner 2.8+
def scannerHome = tool 'SonarQube Scanner 2';
Expand All @@ -46,6 +46,7 @@ try {
sh "${scannerHome}/bin/sonar-scanner"
}
}
*/

}
} catch (caughtError) { //End of Try
Expand Down

0 comments on commit f788572

Please sign in to comment.