mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
dockerhub
dockerhub
This commit is contained in:
parent
4fd3a9f5e2
commit
14bbf84d43
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue