diff --git a/Jenkinsfile b/Jenkinsfile index 2097bde72..f56c1168a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { steps { echo 'Running build automation' sh './mvnw package' - archiveArtifacts artifacts: '/trainSchedule.zip' + archiveArtifacts artifacts: '/*.zip' } } stage('Build Docker Image') {