Skip to content

Commit 87ef15c

Browse files
Update docker proxy for ci build.
See: #2929
1 parent 9e6ed03 commit 87ef15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pipeline {
133133
steps {
134134
script {
135135
docker.withRegistry(p['docker.proxy.registry'], p['docker.proxy.credentials']) {
136-
docker.image("harbor-repo.vmware.com/dockerhub-proxy-cache/springci/spring-data-with-redis-6.2:${p['java.next.tag']}").inside('-v $HOME:/tmp/jenkins-home') {
136+
docker.image("springci/spring-data-with-redis-6.2:${p['java.next.tag']}").inside('-v $HOME:/tmp/jenkins-home') {
137137
sh "PROFILE=none LONG_TESTS=true JENKINS_USER_NAME=${p['jenkins.user.name']} ci/test.sh"
138138
}
139139
}

0 commit comments

Comments
 (0)