Jenkinsfile: Typo in prepareTestingEnvironment

pull/707/head
cruizba 2022-03-04 13:21:55 +01:00
parent dd811cdbf6
commit 0f29c49774
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def prepareTestingEnvironment() {
}, },
'Removing stranded containers': { 'Removing stranded containers': {
removeStrandedContainers(true) removeStrandedContainers(true)
} },
'All permissions for /opt/openvidu/recordings': { 'All permissions for /opt/openvidu/recordings': {
sh 'mkdir -p /opt/openvidu/recordings && chmod 777 /opt/openvidu/recordings' sh 'mkdir -p /opt/openvidu/recordings && chmod 777 /opt/openvidu/recordings'
} }