From f35a6536fec7ab85beeaa9c7d3ad754c08ada5d4 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 12:58:02 +0200 Subject: [PATCH] without jars --- 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 b257bfe..4901699 100644 --- a/deploy-this/deploy.jenkinsfile +++ b/deploy-this/deploy.jenkinsfile @@ -43,7 +43,7 @@ pipeline{ sh "mvn clean package" - sh "cp ./target/*.jar /_apps_data_/jars" + sh "cp ./target/*.jar /_apps_data_" sh "docker compose -f deploy-this/deploy-dc.yml up --detach"