Try to workaround hibernate-platform not being published to maven local

This commit is contained in:
Christian Beikov 2024-12-20 15:32:29 +01:00
parent adb2c1e023
commit 3f666cd848
1 changed files with 1 additions and 1 deletions

View File

@ -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