adde junit tests to the jnkeinsfile

This commit is contained in:
Erik Brakkee 2024-11-19 21:28:43 +01:00
parent 1ee30c7db6
commit b67ecc0860

7
Jenkinsfile vendored
View File

@ -53,5 +53,10 @@ pipeline {
}
}
}
post {
always {
junit 'testout/junit.xml'
junit 'testout/integrationtest.xml'
}
}
}