Skip to content

Commit 9701839

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/jpa-3.1-tck.Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ pipeline {
3333
stages {
3434
stage('Build') {
3535
steps {
36-
script {
37-
docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') {
38-
docker.image('eclipse-temurin:11').pull()
39-
}
40-
}
4136
dir('hibernate') {
4237
checkout scm
4338
sh './gradlew publishToMavenLocal -PmavenMirror=nexus-load-balancer-c4cf05fd92f43ef8.elb.us-east-1.amazonaws.com -DjakartaJpaVersion=3.1.0'

0 commit comments

Comments
 (0)