From 7e6b0a170350c942105779aa948cdd68ff1d6ab8 Mon Sep 17 00:00:00 2001 From: austin Date: Tue, 3 Dec 2024 12:04:49 -0500 Subject: [PATCH] ctest emit junit files --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8cac3b20..874e57d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,7 +96,7 @@ pipeline { steps { script { catchError { - sh 'cd ./out/build && ctest && cd ../../..' + sh 'cd ./out/build && ctest --output-junit ./Testing/testRes.xml && cd ../../..' } } }