mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
added docker stage
This commit is contained in:
parent
637a2eba1b
commit
ad85e4f212
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -72,7 +72,7 @@ pipeline {
|
|||
|
||||
steps {
|
||||
script {
|
||||
withDockerRegistry(credentialsId: 'Docker_cred', toolName: 'Docker', url: 'https://hub.docker.com') {
|
||||
withDockerRegistry(credentialsId: 'Docker_cred', toolName: 'Docker') {
|
||||
sh "docker build -t prasannakumarsinganamalla431/petclinic:${BUILD_NUMBER} ."
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue