We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2c83a commit 0fd4216Copy full SHA for 0fd4216
Jenkinsfile
@@ -99,7 +99,7 @@ pipeline {
99
def dockerBuild(version) {
100
// dockerhub is the ID of the credentials stored in Jenkins
101
docker.withRegistry('https://index.docker.io/v1/', 'dockerhub') {
102
- git poll: false, url: 'https://github.com/sxa/openjdk-docker.git', branch: 'purge_cache'
+ git poll: false, url: 'https://github.com/AdoptOpenJDK/openjdk-docker.git'
103
if (version){
104
sh label: '', script: "./build_all.sh ${version}"
105
} else {
0 commit comments