diff --git a/Jenkinsfile b/Jenkinsfile index 76a1722..0ad167a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ def CleanBuildAndTest(String cmakeArgs) { catchError { sh ''' cd build - ctest --no-compress-output --test-output-size-passed 100000 --test-output-size-failed 100000 -T Test -j `nproc` --timeout 90 + ctest --no-compress-output --test-output-size-passed 100000 --test-output-size-failed 100000 -T Test -j `nproc` --timeout 90 > /dev/null zstd Testing/*/Test.xml ''' }