Viraj Jasani created HBASE-25245:
------------------------------------
Summary: hbase_generate_website is failing due to incorrect jdk
and maven syntax
Key: HBASE-25245
URL: https://issues.apache.org/jira/browse/HBASE-25245
Project: HBase
Issue Type: Task
Reporter: Viraj Jasani
Assignee: Viraj Jasani
While waiting for HBase download page to reflect new release and during an
offline syncup with [~ndimiduk] , realized that generate website is failing for
quite some time now, e.g
https://ci-hadoop.apache.org/job/HBase/job/hbase_generate_website/80/
{code:java}
Obtained dev-support/jenkins-scripts/generate-hbase-website.Jenkinsfile from
git https://gitbox.apache.org/repos/asf/hbase.git
Running in Durability level: PERFORMANCE_OPTIMIZED
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 40: Tool type "maven" does not have an install of "Maven
(latest)" configured - did you mean "maven_latest"? @ line 40, column 15.
maven 'Maven (latest)'
^
WorkflowScript: 42: Tool type "jdk" does not have an install of "JDK 1.8
(latest)" configured - did you mean "jdk_1.8_latest"? @ line 42, column 13.
jdk "JDK 1.8 (latest)"
^
{code}
We might have to apply fix similar to HBASE-25204 to generate website specific
Jenkinsfile.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)