Skip to content

Commit

Permalink
Revert Jenkinsfile back to AdoptOpenJDK awaiting merge
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Apr 27, 2023
1 parent ac2c83a commit 0fd4216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pipeline {
def dockerBuild(version) {
// dockerhub is the ID of the credentials stored in Jenkins
docker.withRegistry('https://index.docker.io/v1/', 'dockerhub') {
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'
if (version){
sh label: '', script: "./build_all.sh ${version}"
} else {
Expand Down

0 comments on commit 0fd4216

Please sign in to comment.