From cf767036426123f3c045882b05cf47b20dbd9692 Mon Sep 17 00:00:00 2001 From: A-hash-bit <58227483+A-hash-bit@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:19:19 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6b2e303c4..7d95abdc3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,13 +23,6 @@ pipeline{ sh "mvn clean package" } } - stage('Docker Build') { - agent any - steps { - echo "========executing docker build========" - sh 'docker build -t amar/petclinic:latest .' - } - } } post{