listing docker images

This commit is contained in:
Maharshi Patel 2021-01-10 15:38:03 -08:00
parent bf42f47b0c
commit 94e20c044f

2
Jenkinsfile vendored
View file

@ -32,6 +32,8 @@ pipeline {
script {
dockerImage = docker.build "mpatel011/spring-petclinic:$BUILD_NUMBER"
}
sh "docker images"
}
}
stage('push docker image') {