zabetak commented on code in PR #5821:
URL: https://github.com/apache/hive/pull/5821#discussion_r2161212852


##########
Jenkinsfile:
##########
@@ -226,7 +226,7 @@ jobWrappers {
             $class: 'GitSCM',
             branches: scm.branches,
             doGenerateSubmoduleConfigurations: 
scm.doGenerateSubmoduleConfigurations,
-            extensions: scm.extensions,
+            extensions: [ cloneOption(honorRefspec: true, depth: 50, noTags: 
true, shallow: true) ],

Review Comment:
   Exactly, if the PR has more than 50 commits then the build will break on 
checkout cause it will not be able to merge the PR branch with the master 
branch since it will not find a common parent. I will update the PR template 
accordingly.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to