openvidu-test-e2e: Jenkinsfile deprecated archive to archiveArtifacts

pull/370/head
pabloFuente 2019-12-10 17:53:26 +01:00
parent 977b86563e
commit 80e60f0dfd
1 changed files with 2 additions and 2 deletions

View File

@ -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'
}
}
}