diff --git a/Jenkinsfile b/Jenkinsfile index 0deaef876..6f18531c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,13 +23,7 @@ pipeline{ sh "mvn clean package" } } - stage('Docker Build') { - agent any - steps { - echo "========executing docker build========" - sh 'docker build -t amar1doc/petclinic:latest .' - } - } + } post{