HHH-17982 Setup JPA 3.2 TCK testing automation for ORM 7

This commit is contained in:
Christian Beikov 2024-04-30 14:31:06 +02:00 committed by Steve Ebersole
parent e8a5d85506
commit 5361930735
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ pipeline {
docker rm -f tck || true
while IFS= read -r container; do
docker network disconnect tck-net \$container || true
done <<< \$(docker network inspect tck-net --format '{{range \$k, \$v := .Containers}}{{print \$k}}{{end}}')
done <<< \$(docker network inspect tck-net --format '{{range \$k, \$v := .Containers}}{{print \$k}}{{end}}' 2>/dev/null || true)
docker network rm -f tck-net
docker network create tck-net
docker network connect tck-net ${containerName}