Update Jenkinsfile

This commit is contained in:
sprientera992 2021-06-08 13:09:06 +03:00 committed by GitHub
parent 4f7596cd27
commit 4e0e871b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -5,7 +5,6 @@ pipeline {
steps { steps {
echo 'Running build automation' echo 'Running build automation'
sh './mvnw package' sh './mvnw package'
archiveArtifacts artifacts: 'home/Petclinic.zip'
} }
} }
stage('Build Docker Image') { stage('Build Docker Image') {