Try to workaround hibernate-platform not being published to maven local
This commit is contained in:
parent
adb2c1e023
commit
3f666cd848
|
@ -124,7 +124,7 @@ pipeline {
|
|||
else {
|
||||
containerName = params.RDBMS
|
||||
}
|
||||
def dockerRunOptions = "--network=tck-net -e DB_HOST=${containerName} -u \$UID"
|
||||
def dockerRunOptions = "--network=tck-net -e DB_HOST=${containerName}"
|
||||
sh """ \
|
||||
while IFS= read -r container; do
|
||||
docker network disconnect tck-net \$container || true
|
||||
|
|
Loading…
Reference in New Issue