sh "cp ./target/*.jar /apps_data/"

This commit is contained in:
Artur 2024-10-03 13:29:30 +02:00
parent 37f5d94ebc
commit 66578bf485
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ pipeline{
sh "mvn clean package" 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" sh "docker compose -f deploy-this/deploy-dc.yml up --detach"