From 37f5d94ebcbd7d8ee01f913faff7cbf55678d704 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 13:27:06 +0200 Subject: [PATCH] sh "cp ./target/*.jar /apps_data" --- 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 77f11f5..5da6372 100644 --- a/deploy-this/deploy.jenkinsfile +++ b/deploy-this/deploy.jenkinsfile @@ -44,7 +44,7 @@ pipeline{ sh "mvn clean package" - sh "mkdir cp ./target/*.jar /apps_data" + sh "cp ./target/*.jar /apps_data" sh "docker compose -f deploy-this/deploy-dc.yml up --detach"