[ 
https://issues.apache.org/jira/browse/HIVE-26816?focusedWorklogId=832148&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832148
 ]

ASF GitHub Bot logged work on HIVE-26816:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Dec/22 18:40
            Start Date: 08/Dec/22 18:40
    Worklog Time Spent: 10m 
      Work Description: amanraj2520 commented on code in PR #3841:
URL: https://github.com/apache/hive/pull/3841#discussion_r1043699552


##########
Jenkinsfile:
##########
@@ -0,0 +1,219 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+properties([
+    // max 5 build/branch/day
+    rateLimitBuilds(throttle: [count: 5, durationName: 'day', userBoost: 
true]),
+    // do not run multiple testruns on the same branch
+    disableConcurrentBuilds(),
+    parameters([
+        string(name: 'SPLIT', defaultValue: '20', description: 'Number of 
buckets to split tests into.'),

Review Comment:
   Yeah that is true





Issue Time Tracking
-------------------

    Worklog Id:     (was: 832148)
    Time Spent: 50m  (was: 40m)

> Add Jenkins file for branch-3
> -----------------------------
>
>                 Key: HIVE-26816
>                 URL: https://issues.apache.org/jira/browse/HIVE-26816
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Aman Raj
>            Assignee: Aman Raj
>            Priority: Blocker
>              Labels: hive-3.2.0-must, pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> We should add Jenkinsfile for branch-3 so that people can file PR against it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to