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') {