From 676ac621d95f1644d89de04d5548bcff1141e0bd Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu, 1 Apr 2021 20:24:17 -0400 Subject: [PATCH] It's tradition at this point for Jenkins to fail at least once --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ece59bde..f88a1a15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'build/libs/*.jar', includes: 'build/libs/floodgate-fabric.jar', fingerprint: true + archiveArtifacts artifacts: 'build/libs/floodgate-fabric.jar', fingerprint: true } } }