From 56ef556064823d81145821c8921c23d3c4ed97c6 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 12:27:20 +0200 Subject: [PATCH] External volume /_apps_jars_ --- deploy-this/deploy.jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-this/deploy.jenkinsfile b/deploy-this/deploy.jenkinsfile index a7a9aa4..4790a61 100644 --- a/deploy-this/deploy.jenkinsfile +++ b/deploy-this/deploy.jenkinsfile @@ -43,7 +43,7 @@ pipeline{ sh "mvn clean package" - sh "cp ./target/*.jar ${system_dir}" + sh "cp ./target/*.jar /_apps_jars_" sh "docker compose -f deploy-this/deploy-dc.yml up --detach" @@ -51,7 +51,7 @@ pipeline{ } - } + } } }