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 @@ -118,28 +118,6 @@ pipeline {
118118 }
119119 }
120120 parallel {
121- stage(" test: MongoDB 7.0 (driver-previous)" ) {
122- agent {
123- label ' data'
124- }
125- options { timeout(time : 30 , unit : ' MINUTES' ) }
126- environment {
127- ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
128- DEVELOCITY_ACCESS_KEY = credentials(" ${ p['develocity.access-key']} " )
129- }
130- steps {
131- script {
132- docker. withRegistry(p[' docker.proxy.registry' ], p[' docker.proxy.credentials' ]) {
133- docker. image(" springci/spring-data-with-mongodb-7.0:${ p['java.main.tag']} " ). inside(p[' docker.java.inside.docker' ]) {
134- sh ' ci/start-replica.sh'
135- sh ' MAVEN_OPTS="-Duser.name=' + " ${ p['jenkins.user.name']} " + ' -Duser.home=/tmp/jenkins-home" ' +
136- " ./mvnw -s settings.xml -Pmongo-4.x -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-mongodb clean dependency:list test -Dsort -U -B -Ddevelocity.cache.local.enabled=false -Ddevelocity.storage.directory=/tmp/jenkins-home/.develocity-root -Ddevelocity.cache.remote.enabled=false"
137- }
138- }
139- }
140- }
141- }
142-
143121 stage(" test: MongoDB 7.0 (main)" ) {
144122 agent {
145123 label ' data'
You can’t perform that action at this time.
0 commit comments