From b67ecc08602216e747c11b1da9c9a5a991989d0a Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Tue, 19 Nov 2024 21:28:43 +0100 Subject: [PATCH] adde junit tests to the jnkeinsfile --- Jenkinsfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index deebf06..cda53cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,5 +53,10 @@ pipeline { } } } - + post { + always { + junit 'testout/junit.xml' + junit 'testout/integrationtest.xml' + } + } }