Merge pull request 'refs #6797 warmFix: jenkinsfile' (!210) from warmFix_jenkins_junitresult into dev
gitea/salix-front/pipeline/head This commit looks good Details
gitea/salix-front/pipeline/pr-dev This commit looks good Details

Reviewed-on: #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 { post {
always { always {
script { junit(
try { testResults: 'junitresults.xml',
junit 'junitresults.xml' allowEmptyResults: true
junit 'junit.xml' )
} catch (e) {
echo e.toString()
}
}
} }
} }
} }