From 45e6c1468f866406065781a8087a597194185afd Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 23 May 2020 13:51:07 -0400 Subject: [PATCH] Fix Jenkins Build --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 59fa590..5f97bb2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,6 @@ pipeline { post { success { archiveArtifacts artifacts: 'build/libs/*', fingerprint: true - archiveArtifacts artifacts: 'build/distributions/*', fingerprint: true publishHTML target: [ allowMissing: false,