diff --git a/openvidu-test-e2e/jenkins/commonFunctions.groovy b/openvidu-test-e2e/jenkins/commonFunctions.groovy index 1277c184..d5f316e0 100644 --- a/openvidu-test-e2e/jenkins/commonFunctions.groovy +++ b/openvidu-test-e2e/jenkins/commonFunctions.groovy @@ -26,6 +26,9 @@ def prepareTestingEnvironment() { 'Removing stranded containers': { removeStrandedContainers(true) } + 'All permissions for /opt/openvidu/recordings': { + sh 'mkdir -p /opt/openvidu/recordings && chmod 777 /opt/openvidu/recordings' + } ) println('Pulling containers and downloading files')