File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -124,28 +124,6 @@ pipeline {
124
124
}
125
125
}
126
126
}
127
- stage(" test: eclipselink-next" ) {
128
- agent {
129
- label ' data'
130
- }
131
- options { timeout(time : 30 , unit : ' MINUTES' )}
132
- environment {
133
- ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
134
- DEVELOCITY_ACCESS_KEY = credentials(" ${ p['develocity.access-key']} " )
135
- TESTCONTAINERS_IMAGE_SUBSTITUTOR = ' org.springframework.data.jpa.support.ProxyImageNameSubstitutor'
136
- }
137
- steps {
138
- script {
139
- docker. withRegistry(p[' docker.proxy.registry' ], p[' docker.proxy.credentials' ]) {
140
- docker. image(p[' docker.java.main.image' ]). inside(p[' docker.java.inside.docker' ]) {
141
- sh " PROFILE=all-dbs,eclipselink-next " +
142
- " JENKINS_USER_NAME=${ p['jenkins.user.name']} " +
143
- " ci/test.sh"
144
- }
145
- }
146
- }
147
- }
148
- }
149
127
}
150
128
}
151
129
You can’t perform that action at this time.
0 commit comments