From 66578bf4859f7964f71e3eebf98e6e3417ade6ba Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 13:29:30 +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 5da6372..7811e99 100644 --- a/deploy-this/deploy.jenkinsfile +++ b/deploy-this/deploy.jenkinsfile @@ -44,7 +44,7 @@ pipeline{ sh "mvn clean package" - sh "cp ./target/*.jar /apps_data" + sh "cp ./target/*.jar /apps_data/" sh "docker compose -f deploy-this/deploy-dc.yml up --detach"