Try reduceLog: true

This commit is contained in:
2024-11-04 17:03:24 -08:00
parent 12c2d5eb95
commit 33f9c89328
Vendored
+1 -1
View File
@@ -15,7 +15,7 @@ def CleanBuildAndTest(String cmakeArgs) {
zstd Testing/*/Test.xml
'''
}
xunit tools: [CTest(pattern: 'build/Testing/*/Test.xml')], reduceLog: false, skipPublishingChecks: false
xunit tools: [CTest(pattern: 'build/Testing/*/Test.xml')], skipPublishingChecks: false
minio bucket: 'jenkins', credentialsId: 'jenkins-minio', excludes: '', host: 'minio.weaselab.dev', includes: 'build/Testing/*/Test.xml.zst', targetFolder: '${JOB_NAME}/${BUILD_NUMBER}/${STAGE_NAME}/'
}