mirror of https://github.com/OpenVidu/openvidu.git
Jenkinsfile: Execute 'All permissions for recordings' as sudo
parent
0f29c49774
commit
ec9088eb4a
|
@ -26,8 +26,8 @@ def prepareTestingEnvironment() {
|
||||||
'Removing stranded containers': {
|
'Removing stranded containers': {
|
||||||
removeStrandedContainers(true)
|
removeStrandedContainers(true)
|
||||||
},
|
},
|
||||||
'All permissions for /opt/openvidu/recordings': {
|
'All permissions for recordings': {
|
||||||
sh 'mkdir -p /opt/openvidu/recordings && chmod 777 /opt/openvidu/recordings'
|
sh 'sudo mkdir -p /opt/openvidu/recordings && sudo chmod 777 /opt/openvidu/recordings'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue