diff --git a/Jenkinsfile b/Jenkinsfile index 391806c..b3cca3e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ steps { echo 'Linting..' sh 'make tidy || true' - ; junit allowEmptyResults: true, healthScaleFactor: 0.0, testResults: 'build/tidy.xml' + // junit allowEmptyResults: true, healthScaleFactor: 0.0, testResults: 'build/tidy.xml' sh 'true' } }