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') {
119
119
state[buildEnv. tag][' containerName' ] = " edb"
120
120
break ;
121
121
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()
125
123
sh " ./docker_db.sh sybase"
126
124
state[buildEnv. tag][' containerName' ] = " sybase"
127
125
break ;
128
126
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()
132
128
sh " ./docker_db.sh cockroachdb"
133
129
state[buildEnv. tag][' containerName' ] = " cockroach"
134
130
break ;
Original file line number Diff line number Diff line change @@ -43,9 +43,7 @@ pipeline {
43
43
stage('Build') {
44
44
steps {
45
45
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()
49
47
}
50
48
dir('hibernate') {
51
49
checkout scm
You can’t perform that action at this time.
0 commit comments