We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d149ac commit 9701839Copy full SHA for 9701839
ci/jpa-3.1-tck.Jenkinsfile
@@ -33,11 +33,6 @@ pipeline {
33
stages {
34
stage('Build') {
35
steps {
36
- script {
37
- docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') {
38
- docker.image('eclipse-temurin:11').pull()
39
- }
40
41
dir('hibernate') {
42
checkout scm
43
sh './gradlew publishToMavenLocal -PmavenMirror=nexus-load-balancer-c4cf05fd92f43ef8.elb.us-east-1.amazonaws.com -DjakartaJpaVersion=3.1.0'
0 commit comments