From 4e0e871b22fd6c5cfbb0924b4038cc2319c8e893 Mon Sep 17 00:00:00 2001 From: sprientera992 <58562385+sprientera992@users.noreply.github.com> Date: Tue, 8 Jun 2021 13:09:06 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 80464f11c..252b5daac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,6 @@ pipeline { steps { echo 'Running build automation' sh './mvnw package' - archiveArtifacts artifacts: 'home/Petclinic.zip' } } stage('Build Docker Image') {