We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb2c1e commit 3f666cdCopy full SHA for 3f666cd
ci/jpa-3.2-tck.Jenkinsfile
@@ -124,7 +124,7 @@ pipeline {
124
else {
125
containerName = params.RDBMS
126
}
127
- def dockerRunOptions = "--network=tck-net -e DB_HOST=${containerName} -u \$UID"
+ def dockerRunOptions = "--network=tck-net -e DB_HOST=${containerName}"
128
sh """ \
129
while IFS= read -r container; do
130
docker network disconnect tck-net \$container || true
0 commit comments