mirror of https://github.com/OpenVidu/openvidu.git
Jenkinsfile updated with fixed openvidu-server.log artifact
parent
e3c61b1707
commit
11dbc750c6
|
@ -115,7 +115,7 @@ node('container') {
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
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: '/opt/openvidu/openvidu-server.log'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue