mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: Jenkinsfile deprecated archive to archiveArtifacts
parent
977b86563e
commit
80e60f0dfd
|
@ -80,8 +80,8 @@ node('container') {
|
|||
'''.stripIndent())
|
||||
}
|
||||
finally {
|
||||
junit "openvidu/openvidu-test-e2e/**/target/surefire-reports/TEST-*.xml"
|
||||
archive "/openvidu-server.log"
|
||||
junit 'openvidu/openvidu-test-e2e/**/target/surefire-reports/TEST-*.xml'
|
||||
archiveArtifacts '/openvidu-server.log'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue