File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ pipeline {
110110 script {
111111 docker. withRegistry(p[' docker.registry' ], p[' docker.credentials' ]) {
112112 docker. image(" harbor-repo.vmware.com/dockerhub-proxy-cache/springci/spring-data-with-redis-6.2:${ p['java.lts.tag']} " ). inside(p[' docker.java.inside.basic' ]) {
113- sh ' PROFILE=java11 ci/test.sh'
113+ sh ' PROFILE=none ci/test.sh'
114114 }
115115 }
116116 }
@@ -139,7 +139,7 @@ pipeline {
139139 steps {
140140 script {
141141 docker. withRegistry(p[' docker.registry' ], p[' docker.credentials' ]) {
142- docker. image(p[' docker.java.main .image' ]). inside(p[' docker.java.inside.basic' ]) {
142+ docker. image(p[' docker.java.lts .image' ]). inside(p[' docker.java.inside.basic' ]) {
143143 sh ' MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,artifactory ' +
144144 ' -Dartifactory.server=https://repo.spring.io ' +
145145 " -Dartifactory.username=${ ARTIFACTORY_USR} " +
You can’t perform that action at this time.
0 commit comments