-
Notifications
You must be signed in to change notification settings - Fork 50
CI: Fix for reference is not a tree #2106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a CI issue by extending error handling in the Jenkins pipeline to catch an additional transient Git checkout error. The change expands the error condition check to handle both "reference is not a tree" and "could not checkout" errors.
- Added handling for "could not checkout" errors in addition to the existing "reference is not a tree" error handling
- Both errors now trigger the same deep clone fallback mechanism
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
No description provided.