File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -117,48 +117,6 @@ pipeline {
117117 }
118118 }
119119 }
120- stage(" test: baseline (hibernate 6.5 snapshots)" ) {
121- agent {
122- label ' data'
123- }
124- options { timeout(time : 30 , unit : ' MINUTES' )}
125- environment {
126- ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
127- DEVELOCITY_CACHE = credentials(" ${ p['develocity.cache.credentials']} " )
128- DEVELOCITY_ACCESS_KEY = credentials(" ${ p['develocity.access-key']} " )
129- TESTCONTAINERS_IMAGE_SUBSTITUTOR = ' org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
130- }
131- steps {
132- script {
133- docker. image(p[' docker.java.next.image' ]). inside(p[' docker.java.inside.docker' ]) {
134- sh " PROFILE=all-dbs,hibernate-65-snapshots " +
135- " JENKINS_USER_NAME=${ p['jenkins.user.name']} " +
136- " ci/test.sh"
137- }
138- }
139- }
140- }
141- stage(" test: baseline (hibernate 6.6 snapshots)" ) {
142- agent {
143- label ' data'
144- }
145- options { timeout(time : 30 , unit : ' MINUTES' )}
146- environment {
147- ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
148- DEVELOCITY_CACHE = credentials(" ${ p['develocity.cache.credentials']} " )
149- DEVELOCITY_ACCESS_KEY = credentials(" ${ p['develocity.access-key']} " )
150- TESTCONTAINERS_IMAGE_SUBSTITUTOR = ' org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
151- }
152- steps {
153- script {
154- docker. image(p[' docker.java.next.image' ]). inside(p[' docker.java.inside.docker' ]) {
155- sh " PROFILE=all-dbs,hibernate-66-snapshots " +
156- " JENKINS_USER_NAME=${ p['jenkins.user.name']} " +
157- " ci/test.sh"
158- }
159- }
160- }
161- }
162120 stage(" test: java.next (next)" ) {
163121 agent {
164122 label ' data'
You can’t perform that action at this time.
0 commit comments