We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6ed03 commit 87ef15cCopy full SHA for 87ef15c
Jenkinsfile
@@ -133,7 +133,7 @@ pipeline {
133
steps {
134
script {
135
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') {
+ docker.image("springci/spring-data-with-redis-6.2:${p['java.next.tag']}").inside('-v $HOME:/tmp/jenkins-home') {
137
sh "PROFILE=none LONG_TESTS=true JENKINS_USER_NAME=${p['jenkins.user.name']} ci/test.sh"
138
}
139
0 commit comments