Skip to content

Commit 071bc27

Browse files
committed
Try to workaround hibernate-platform not being published to maven local
1 parent ca58bbe commit 071bc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/jpa-3.2-tck.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pipeline {
136136
sh """ \
137137
rm -Rf ./results
138138
docker rm -f tck || true
139-
docker run -v ~/.m2/repository/org/hibernate:/root/.m2/repository/org/hibernate:z ${dockerRunOptions} -e RDBMS=${params.RDBMS} -e HIBERNATE_VERSION=$HIBERNATE_VERSION --name tck jakarta-tck-runner || true
139+
docker run -v ~/.m2/repository/org/hibernate:/home/jenkins/.m2/repository/org/hibernate:z ${dockerRunOptions} -e HOME=/home/jenkins -e RDBMS=${params.RDBMS} -e HIBERNATE_VERSION=$HIBERNATE_VERSION --name tck jakarta-tck-runner || true
140140
docker cp tck:/tck/persistence-tck/bin/target/failsafe-reports ./results
141141
docker cp tck:/tck/persistence-tck/bin/target/test-reports ./results
142142
"""

0 commit comments

Comments
 (0)