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