From d0b3a38af5c46dbb1793637fe93591c83cbcc6e8 Mon Sep 17 00:00:00 2001 From: Tim203 Date: Wed, 11 May 2022 23:05:00 +0200 Subject: [PATCH] Jenkins change your syntax pls --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cfaa560d..4ba07e64 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,10 +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 } }