diff --git a/openvidu-test-e2e/jenkins/commonFunctions.groovy b/openvidu-test-e2e/jenkins/commonFunctions.groovy index d5f316e0..58bc364c 100644 --- a/openvidu-test-e2e/jenkins/commonFunctions.groovy +++ b/openvidu-test-e2e/jenkins/commonFunctions.groovy @@ -25,7 +25,7 @@ def prepareTestingEnvironment() { }, 'Removing stranded containers': { removeStrandedContainers(true) - } + }, 'All permissions for /opt/openvidu/recordings': { sh 'mkdir -p /opt/openvidu/recordings && chmod 777 /opt/openvidu/recordings' }