-
Notifications
You must be signed in to change notification settings - Fork 122
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
Parallel execution with "Use Jenkins source" results S3 upload error and strange error message #129
Comments
Example pipeline to reproduce this issue:
This build always results the issue in the description in my environment. |
I believe this relates to https://stackoverflow.com/questions/63238344/amazon-s3-how-parallel-puts-to-the-same-key-are-resolved-in-versioned-buckets . |
It thows
It states "retryable", but |
Called |
same issue here. |
Running
awsCodeBuild
withsourceControlType: 'jenkins'
often results following error:The message is strange as S3 versioning feature is enabled.
I found that this happens when multiple builds run at the same time and multiple
awsCodeBuild
for the same codebuild project run at the same time.The text was updated successfully, but these errors were encountered: