Update Jenkinsfile

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

2
Jenkinsfile vendored
View file

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