dockerhub

dockerhub
This commit is contained in:
sandeepds 2019-08-26 17:27:58 +05:30 committed by GitHub
parent 4fd3a9f5e2
commit 14bbf84d43
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/', 'credentials-id') {
docker.withRegistry('https://hub.docker.com/', 'dockerhub') {
def customImage = docker.build("petclinic")