Skip to content

Commit d9ea0a2

Browse files
committed
Drop container image pre-pull since this is proxied now on CI anyway
1 parent 441b0db commit d9ea0a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/jpa-3.1-tck.Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ pipeline {
4242
stages {
4343
stage('Build') {
4444
steps {
45-
script {
46-
docker.image('openjdk:11-jdk').pull()
47-
}
4845
dir('hibernate') {
4946
checkout scm
5047
sh './gradlew publishToMavenLocal -PmavenMirror=nexus-load-balancer-c4cf05fd92f43ef8.elb.us-east-1.amazonaws.com -DjakartaJpaVersion=3.1.0'

0 commit comments

Comments
 (0)