diff --git a/Jenkinsfile b/Jenkinsfile index 9d0a78ccfeb8..ec9fac3093f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -119,16 +119,12 @@ stage('Build') { state[buildEnv.tag]['containerName'] = "edb" break; case "sybase_jconn": - docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') { - docker.image('nguoianphu/docker-sybase').pull() - } + docker.image('nguoianphu/docker-sybase').pull() sh "./docker_db.sh sybase" state[buildEnv.tag]['containerName'] = "sybase" break; case "cockroachdb": - docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') { - docker.image('cockroachdb/cockroach:v23.1.12').pull() - } + docker.image('cockroachdb/cockroach:v23.1.12').pull() sh "./docker_db.sh cockroachdb" state[buildEnv.tag]['containerName'] = "cockroach" break; diff --git a/ci/jpa-3.1-tck.Jenkinsfile b/ci/jpa-3.1-tck.Jenkinsfile index cffb6796858f..88e70ca7066e 100644 --- a/ci/jpa-3.1-tck.Jenkinsfile +++ b/ci/jpa-3.1-tck.Jenkinsfile @@ -42,11 +42,8 @@ pipeline { stages { stage('Build') { steps { - requireApprovalForPullRequest 'hibernate' script { - docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') { - docker.image('openjdk:11-jdk').pull() - } + docker.image('openjdk:11-jdk').pull() } dir('hibernate') { checkout scm @@ -111,4 +108,4 @@ pipeline { notifyBuildResult maintainers: "andrea@hibernate.org steve@hibernate.org christian.beikov@gmail.com mbellade@redhat.com" } } -} \ No newline at end of file +} diff --git a/ci/quarkus.Jenkinsfile b/ci/quarkus.Jenkinsfile index 149e0645d3a6..2ee8dd1091c6 100644 --- a/ci/quarkus.Jenkinsfile +++ b/ci/quarkus.Jenkinsfile @@ -34,7 +34,6 @@ pipeline { label 'LongDuration' } steps { - requireApprovalForPullRequest 'hibernate' script { dir('hibernate') { checkout scm @@ -77,4 +76,4 @@ pipeline { notifyBuildResult maintainers: "andrea@hibernate.org steve@hibernate.org christian.beikov@gmail.com mbellade@redhat.com" } } -} \ No newline at end of file +}