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

This commit is contained in:
Artur 2024-10-03 13:27:06 +02:00
parent 5d02e6704c
commit 37f5d94ebc
1 changed files with 1 additions and 1 deletions

View File

@ -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"