Skip to content

Commit c8e6441

Browse files
beikovsebersole
authored andcommitted
HHH-17982 Setup JPA 3.2 TCK testing automation for ORM 7
1 parent ba70cce commit c8e6441

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
@@ -99,7 +99,7 @@ pipeline {
9999
sh "cd jpa-3.2; docker build -f Dockerfile.${params.IMAGE_JDK} -t jakarta-tck-runner --build-arg TCK_VERSION=${params.TCK_VERSION} --build-arg TCK_SHA=${params.TCK_SHA} ."
100100
}
101101
else {
102-
sh "cd jpa-3.2; docker build -f Dockerfile.${params.IMAGE_JDK} -t jakarta-tck-runner --build-arg TCK_VERSION=${params.TCK_VERSION} --build-arg 'TCK_URL=${params.TCK_URL}' ."
102+
sh "cd jpa-3.2; docker build -f Dockerfile.${params.IMAGE_JDK} -t jakarta-tck-runner --build-arg TCK_VERSION=${params.TCK_VERSION} --build-arg TCK_SHA=${params.TCK_SHA} --build-arg 'TCK_URL=${params.TCK_URL}' ."
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)