Skip to content

Commit 0fd4216

Browse files
committed
Revert Jenkinsfile back to AdoptOpenJDK awaiting merge
Signed-off-by: Stewart X Addison <[email protected]>
1 parent ac2c83a commit 0fd4216

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
@@ -99,7 +99,7 @@ pipeline {
9999
def dockerBuild(version) {
100100
// dockerhub is the ID of the credentials stored in Jenkins
101101
docker.withRegistry('https://index.docker.io/v1/', 'dockerhub') {
102-
git poll: false, url: 'https://github.com/sxa/openjdk-docker.git', branch: 'purge_cache'
102+
git poll: false, url: 'https://github.com/AdoptOpenJDK/openjdk-docker.git'
103103
if (version){
104104
sh label: '', script: "./build_all.sh ${version}"
105105
} else {

0 commit comments

Comments
 (0)