Skip to content

Commit f611b2c

Browse files
author
Jay Bryant
committed
Update the Docker call in the Jenkinsfile
to get the CI to work.
1 parent 7b90b30 commit f611b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414
stage("test: baseline (jdk17)") {
1515
agent {
1616
docker {
17-
image 'adoptopenjdk/openjdk817:latest'
17+
image 'harbor-repo.vmware.com/dockerhub-proxy-cache/library/adoptopenjdk/openjdk817:latest'
1818
args '-v $HOME/.m2:/tmp/jenkins-home/.m2'
1919
}
2020
}

0 commit comments

Comments
 (0)