mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
listing docker images
This commit is contained in:
parent
bf42f47b0c
commit
94e20c044f
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -32,6 +32,8 @@ pipeline {
|
|||
script {
|
||||
dockerImage = docker.build "mpatel011/spring-petclinic:$BUILD_NUMBER"
|
||||
}
|
||||
|
||||
sh "docker images"
|
||||
}
|
||||
}
|
||||
stage('push docker image') {
|
||||
|
|
Loading…
Reference in a new issue