From 771499a7cac0d6c254354d891a52439ca2340156 Mon Sep 17 00:00:00 2001 From: Endolf Date: Thu, 24 May 2018 21:57:01 +0100 Subject: [PATCH] Fix the javadoc jenkins archive --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ca226fc..49bdb21 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'coreAPI/target/apidocs', fingerprint: true + archiveArtifacts artifacts: 'coreAPI/target/apidocs/**/*', fingerprint: true } } }