From 6f6f7b61226367e5ef84264fa4b76e30cb4e850c Mon Sep 17 00:00:00 2001 From: LO Kam Tao Leo Date: Sat, 23 Jul 2022 20:29:39 +0100 Subject: [PATCH] Try to fix Jenkinsfile issue --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } }