Updated url

Updated url
This commit is contained in:
sandeepds 2019-08-26 17:44:21 +05:30 committed by GitHub
parent 6fcd3924fd
commit 350e7e0bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ node {
server.upload(uploadSpec)
}
stage('Petclinic Docker Image') {
docker.withRegistry('https://registry.hub.docker.com/', 'dockerhub') {
docker.withRegistry('https://registry-1.docker.io/v2/', 'dockerhub') {
def customImage = docker.build("petclinic")