zabetak commented on code in PR #5821:
URL: https://github.com/apache/hive/pull/5821#discussion_r2161226357
##########
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:
The PRs that need to keep more than 50 commits can also increase explicitly
the depth parameter temporarily in their runs. Added this note also on the PR
template.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]