Save logs for kurento and mediasoup environments

pull/661/head
cruizba 2021-10-21 19:21:43 +02:00
parent 377f338f09
commit 50418dac6a
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ node('container') {
} finally { } finally {
environmentStop() environmentStop()
junit 'openvidu/openvidu-test-e2e/**/target/surefire-reports/TEST-*.xml' junit 'openvidu/openvidu-test-e2e/**/target/surefire-reports/TEST-*.xml'
archiveArtifacts artifacts: '**/openvidu-server.log' archiveArtifacts artifacts: '**/openvidu-server-*.log'
} }
} }
} }