Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 14:05:47 +03:00 committed by GitHub
parent 7864042ffe
commit 80773dcf0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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