Skip to content

Commit 56f545a

Browse files
author
Jay Bryant
committed
Update the Docker path in the Jenkinsfile
to make the CI work.
1 parent 6875a55 commit 56f545a

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/openjdk17:latest'
17+
image 'harbor-repo.vmware.com/dockerhub-proxy-cache/library/adoptopenjdk/openjdk17:latest'
1818
args '-v $HOME/.m2:/tmp/jenkins-home/.m2'
1919
}
2020
}

0 commit comments

Comments
 (0)