Обновить Jenkinsfile

This commit is contained in:
2026-04-05 09:54:13 +03:00
parent ca780c76ac
commit 1a36b40e60

1
Jenkinsfile vendored
View File

@ -43,6 +43,7 @@ pipeline {
sh "mkdir -p /docker-projects/${params.STAND_ID}/db"
sh "mkdir -p /docker-projects/${params.STAND_ID}/logs"
sh "mkdir -p /docker-projects/${params.STAND_ID}/rdblogs"
sh "chown -R :312 /docker-projects/${params.STAND_ID}"
sh "cp -r build/distDockerCompose/* /docker-projects/${params.STAND_ID}/"