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