From eab60906db11661830ff3e9c3dc46d4cd53a1bd4 Mon Sep 17 00:00:00 2001 From: LO Kam Tao Leo Date: Sat, 23 Jul 2022 20:38:29 +0100 Subject: [PATCH] Try to fix Jenkinsfile issue --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97f871b..7b04363 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline{ post{ success{ junit 'target/surefire-reports/**/*.xml' - archiveArtifacts artifacts: 'target/*.jar, target/*.pom', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true + archiveArtifacts artifacts: 'target/*.jar, *.pom', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true } } }