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 } } }