diff --git a/Jenkinsfile b/Jenkinsfile index 818257dd4..b5190c137 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,9 +38,7 @@ pipeline { stage('Reports and Statistics') { steps { - // START CUSTOM oshdb - reports_sonar_jacoco('compile') - // END CUSTOM oshdb + reports_sonar_jacoco() } }