Update Jenkinsfile

This commit is contained in:
Sanjeev435 2018-08-19 11:26:37 +05:30 committed by GitHub
parent e856d59ccc
commit 9292b53b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View file

@ -13,11 +13,5 @@ pipeline {
sh 'mvn clean install' sh 'mvn clean install'
} }
} }
stage('Docker Build') {
agent any
steps {
sh 'docker build -t mrcool/spring-petclinic:latest .'
}
}
} }
} }