diff --git a/Jenkinsfile b/Jenkinsfile index f066490f..24188b94 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -171,7 +171,7 @@ pipeline { // Archive unit tests for the future junit (allowEmptyResults: true, testResults: './reports/unit_tests.xml', - fingerprint: true) + testResults: true) } } }