0
0
Fork 0

Merge pull request 'refs #6797 warmFix: jenkinsfile' (!210) from warmFix_jenkins_junitresult into dev

Reviewed-on: verdnatura/salix-front#210
Reviewed-by: Pablo Natek <pablone@verdnatura.es>
This commit is contained in:
Pablo Natek 2024-02-27 08:45:43 +00:00
commit af779f0fc2
1 changed files with 5 additions and 9 deletions

12
Jenkinsfile vendored
View File

@ -77,14 +77,10 @@ pipeline {
}
post {
always {
script {
try {
junit 'junitresults.xml'
junit 'junit.xml'
} catch (e) {
echo e.toString()
}
}
junit(
testResults: 'junitresults.xml',
allowEmptyResults: true
)
}
}
}