without jars

This commit is contained in:
Artur 2024-10-03 12:58:02 +02:00
parent 227b8d0501
commit f35a6536fe
1 changed files with 1 additions and 1 deletions

View File

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