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