mirror of https://github.com/OpenVidu/openvidu.git
Jenkinsfile: Permissions for openvidu recordings
parent
c0efc392c6
commit
dd811cdbf6
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue