From a8c20a30d93314203c4216002deca8a52d8757f9 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 11:46:45 +0200 Subject: [PATCH] system_dir ="/_docker_data_/${sys_id}/" --- deploy-this/deploy.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-this/deploy.jenkinsfile b/deploy-this/deploy.jenkinsfile index ec39076..a7a9aa4 100644 --- a/deploy-this/deploy.jenkinsfile +++ b/deploy-this/deploy.jenkinsfile @@ -8,7 +8,7 @@ pipeline{ sys_id = "_apps_jars_" // Katalog z jar and deploy - system_dir ="/_docker_data_/${sys_id}" + system_dir ="/_docker_data_/${sys_id}/" nginx_config_dir="${system_dir}/nginx-config" nginx_config = "${PROTOCOL}"