[
https://issues.apache.org/jira/browse/HIVE-26092?focusedWorklogId=755140&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-755140
]
ASF GitHub Bot logged work on HIVE-26092:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/22 09:13
Start Date: 11/Apr/22 09:13
Worklog Time Spent: 10m
Work Description: kgyrtkirk commented on code in PR #3185:
URL: https://github.com/apache/hive/pull/3185#discussion_r847111093
##########
Jenkinsfile:
##########
@@ -350,6 +350,18 @@ tar -xzf
packaging/target/apache-hive-*-nightly-*-src.tar.gz
}
}
}
+ branches['javadoc-check'] = {
+ executorNode {
+ stage('Prepare') {
+ loadWS();
+ }
+ stage('Generate javadoc') {
+ sh """#!/bin/bash -e
+mvn clean install javadoc:javadoc javadoc:aggregate -DskipTests
Review Comment:
this is not good; please look how other parts of this file are using maven.
Issue Time Tracking
-------------------
Worklog Id: (was: 755140)
Time Spent: 20m (was: 10m)
> Fix javadoc errors for the 4.0.0 release
> ----------------------------------------
>
> Key: HIVE-26092
> URL: https://issues.apache.org/jira/browse/HIVE-26092
> Project: Hive
> Issue Type: Task
> Reporter: Peter Vary
> Assignee: Peter Vary
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently there are plenty of errors in the javadoc.
> We should fix those before a final release
--
This message was sent by Atlassian Jira
(v8.20.1#820001)