Jenkinsfile updated with fixed openvidu-server.log artifact
This commit is contained in:
parent
e3c61b1707
commit
11dbc750c6
2
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
2
openvidu-test-e2e/jenkins/Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user