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{ } - } + } } }