sh "cp ./target/*.jar /apps_data/"
This commit is contained in:
parent
66578bf485
commit
0c489b7f88
|
|
@ -30,7 +30,7 @@ services:
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
apps_data:
|
apps-data:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ 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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue