Jenkinsfile updated with fixed openvidu-server.log artifact

pull/546/head
pabloFuente 2020-09-10 14:31:29 +02:00
parent e3c61b1707
commit 11dbc750c6
1 changed files with 1 additions and 1 deletions

View File

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