From 1ca92fde1a82d7d681a16619eb941a178266eb5e Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 6 Mar 2018 18:52:57 +0000 Subject: [PATCH] jenkins: use index.html for javadocs --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index d9f6dea..9bf3d0f 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -53,7 +53,7 @@ pipeline { alwaysLinkToLastBuild: false, keepAll: false, reportDir: 'target/site/apidocs/', - reportFiles: 'allclasses-noframe.html', + reportFiles: 'index.html', reportName: 'Javadocs', reportTitles: '' ])