sh "cp ./target/*.jar /apps_data/"
This commit is contained in:
parent
37f5d94ebc
commit
66578bf485
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue