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 3460dcd commit 31d75d0Copy full SHA for 31d75d0
ci/jpa-3.1-tck.Jenkinsfile
@@ -42,9 +42,6 @@ pipeline {
42
stages {
43
stage('Build') {
44
steps {
45
- script {
46
- docker.image('openjdk:11-jdk').pull()
47
- }
48
dir('hibernate') {
49
checkout scm
50
sh './gradlew publishToMavenLocal -PmavenMirror=nexus-load-balancer-c4cf05fd92f43ef8.elb.us-east-1.amazonaws.com -DjakartaJpaVersion=3.1.0'
0 commit comments