sh "cp ./target/*.jar /apps_data"
This commit is contained in:
parent
5d02e6704c
commit
37f5d94ebc
|
|
@ -44,7 +44,7 @@ pipeline{
|
||||||
sh "mvn clean package"
|
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"
|
sh "docker compose -f deploy-this/deploy-dc.yml up --detach"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue