From 5034c5f5a9025aeaf425f90eed735bbf1ac58a4d Mon Sep 17 00:00:00 2001 From: Tim203 Date: Wed, 11 May 2022 23:11:53 +0200 Subject: [PATCH] Use the correct jar names --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4ba07e64..80976be7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { post { success { archiveArtifacts artifacts: '**/build/libs/floodgate-*.jar', - excludes: '**/floodgate-parent-*.jar,**/floodgate-api-*.jar,**/floodgate-core-*.jar', + excludes: '**/floodgate-parent-*.jar,**/floodgate-api.jar,**/floodgate-core.jar', fingerprint: true } }