diff --git a/Jenkinsfile b/Jenkinsfile index 4738275c7..7adcddb8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,11 +13,5 @@ pipeline { sh 'mvn clean install' } } - stage('Docker Build') { - agent any - steps { - sh 'docker build -t mrcool/spring-petclinic:latest .' - } } - } }