External volume /_apps_jars_
This commit is contained in:
parent
a8c20a30d9
commit
56ef556064
|
|
@ -43,7 +43,7 @@ pipeline{
|
||||||
|
|
||||||
sh "mvn clean package"
|
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"
|
sh "docker compose -f deploy-this/deploy-dc.yml up --detach"
|
||||||
|
|
||||||
|
|
@ -51,7 +51,7 @@ pipeline{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue