mirror of https://github.com/OpenVidu/openvidu.git
jenkins: Missing save artifacts after kurento e2e tests
parent
126183a9e8
commit
9a7f54e8cd
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----
|
// ----
|
||||||
|
|
Loading…
Reference in New Issue