-
Notifications
You must be signed in to change notification settings - Fork 282
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
[BUG] Transient extension mismatch in the distribution upload step #3097
Comments
Issue needs deep-dive into root cause and try to replicate. |
This happened again:
|
hi,, does this still happen from time to time? could it be the source file were not fully ready at the time the 'cp' was executed? maybe we can add a step to make sure the source file is ready before doing the cp ? https://stackoverflow.com/questions/38534781/check-if-a-file-exists-in-jenkins-pipeline |
Closing this as duplicate to opensearch-project/opensearch-build-libraries#319. |
It is very strange that sometimes we see certain distribution using wrong extensions, which was called in the libs repo src/jenkins/Bundle_Manifest.groovy.
This does not happen often which is transient, so it is not sure where the issue is coming from. The speculation is some sort of race condition that cause the state of groovy did not update.
Similar to: https://web.archive.org/web/20181121065904/http://blog.freeside.co/2013/03/29/groovy-gotcha-for-loops-and-closure-scope/
Thanks.
The text was updated successfully, but these errors were encountered: