refs #5509 - entryDms #199

Merged
alexm merged 22 commits from 5509-entryDms into dev 2024-02-27 11:33:45 +00:00
1 changed files with 5 additions and 9 deletions
Showing only changes of commit dd70a28c98 - Show all commits

14
Jenkinsfile vendored
View File

@ -75,16 +75,12 @@ pipeline {
steps {
sh 'npm run test:unit:ci'
}
post {
post {
always {
script {
try {
junit 'junitresults.xml'
junit 'junit.xml'
} catch (e) {
echo e.toString()
}
}
junit(
testResults: 'junitresults.xml',
allowEmptyResults: true
)
}
}
}