diff --git a/Jenkinsfile b/Jenkinsfile index c46d51c..97f871b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline{ post{ success{ junit 'target/surefire-reports/**/*.xml' - archiveArtifacts artifacts: '*.jar, *.pom', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true + archiveArtifacts artifacts: 'target/*.jar, target/*.pom', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true } } }