External volume /_apps_jars_

This commit is contained in:
Artur 2024-10-03 12:27:20 +02:00
parent a8c20a30d9
commit 56ef556064
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ pipeline{
sh "mvn clean package"
sh "cp ./target/*.jar ${system_dir}"
sh "cp ./target/*.jar /_apps_jars_"
sh "docker compose -f deploy-this/deploy-dc.yml up --detach"
@ -51,7 +51,7 @@ pipeline{
}
}
}
}
}