Jenkinsfile: Permissions for openvidu recordings

pull/707/head
cruizba 2022-03-04 13:19:17 +01:00
parent c0efc392c6
commit dd811cdbf6
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ def prepareTestingEnvironment() {
'Removing stranded containers': { 'Removing stranded containers': {
removeStrandedContainers(true) 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') println('Pulling containers and downloading files')