diff --git a/Jenkinsfile b/Jenkinsfile index a60b3e8..8e4a1bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,6 +48,7 @@ pipeline { sh "cp build/rdbDocker5/ncore-<%%RESERVED_NAME%%>.fdb /docker-projects/${params.STAND_ID}/db/<%%RESERVED_NAME%%>.fdb" sh "chown -R :312 /docker-projects/${params.STAND_ID}" + sh "chmod -R g+w /docker-projects/${params.STAND_ID}" } }