diff --git a/Jenkinsfile b/Jenkinsfile index 089cc0c..5fc656e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, - reportDir: 'build/typedoc', + reportDir: 'src/main/ts/lib/typedoc', reportFiles: 'index.html', reportName: 'TypeDoc' ]