jenkins: Missing save artifacts after kurento e2e tests

pull/661/head
cruizba 2021-10-22 13:29:32 +02:00
parent 126183a9e8
commit 9a7f54e8cd
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ node('container') {
} finally { } finally {
// Kill all environment for next test // Kill all environment for next test
environmentStop() environmentStop()
junit 'openvidu/openvidu-test-e2e/**/target/surefire-reports/TEST-*.xml'
archiveArtifacts artifacts: '**/openvidu-server-*.log'
} }
// ---- // ----