system_dir ="/_docker_data_/${sys_id}/"
This commit is contained in:
parent
54d1bb9ca8
commit
a8c20a30d9
|
|
@ -8,7 +8,7 @@ pipeline{
|
||||||
|
|
||||||
sys_id = "_apps_jars_"
|
sys_id = "_apps_jars_"
|
||||||
// Katalog z jar and deploy
|
// 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_dir="${system_dir}/nginx-config"
|
||||||
nginx_config = "${PROTOCOL}"
|
nginx_config = "${PROTOCOL}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue