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