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 {
110
110
script {
111
111
docker. withRegistry(p[' docker.registry' ], p[' docker.credentials' ]) {
112
112
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'
114
114
}
115
115
}
116
116
}
@@ -139,7 +139,7 @@ pipeline {
139
139
steps {
140
140
script {
141
141
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' ]) {
143
143
sh ' MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,artifactory ' +
144
144
' -Dartifactory.server=https://repo.spring.io ' +
145
145
" -Dartifactory.username=${ ARTIFACTORY_USR} " +
You can’t perform that action at this time.
0 commit comments