updated registry

updated registry
This commit is contained in:
sandeepds 2019-08-26 17:32:21 +05:30 committed by GitHub
parent 14bbf84d43
commit 6fcd3924fd
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://hub.docker.com/', 'dockerhub') {
docker.withRegistry('https://registry.hub.docker.com/', 'dockerhub') {
def customImage = docker.build("petclinic")