File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -119,16 +119,12 @@ stage('Build') {
119119 state[buildEnv. tag][' containerName' ] = " edb"
120120 break ;
121121 case " sybase_jconn" :
122- docker. withRegistry(' https://index.docker.io/v1/' , ' hibernateci.hub.docker.com' ) {
123- docker. image(' nguoianphu/docker-sybase' ). pull()
124- }
122+ docker. image(' nguoianphu/docker-sybase' ). pull()
125123 sh " ./docker_db.sh sybase"
126124 state[buildEnv. tag][' containerName' ] = " sybase"
127125 break ;
128126 case " cockroachdb" :
129- docker. withRegistry(' https://index.docker.io/v1/' , ' hibernateci.hub.docker.com' ) {
130- docker. image(' cockroachdb/cockroach:v23.1.12' ). pull()
131- }
127+ docker. image(' cockroachdb/cockroach:v23.1.12' ). pull()
132128 sh " ./docker_db.sh cockroachdb"
133129 state[buildEnv. tag][' containerName' ] = " cockroach"
134130 break ;
Original file line number Diff line number Diff line change @@ -43,9 +43,7 @@ pipeline {
4343 stage('Build') {
4444 steps {
4545 script {
46- docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') {
47- docker.image('openjdk:11-jdk').pull()
48- }
46+ docker.image('openjdk:11-jdk').pull()
4947 }
5048 dir('hibernate') {
5149 checkout scm
You can’t perform that action at this time.
0 commit comments