aws-codebuild-jenkins-plugin
aws-codebuild-jenkins-plugin copied to clipboard
CodeBuildException on zip and upload
23:09:14 [AWS CodeBuild Plugin] Using credentials provided by the DefaultAWSCredentialsProviderChain for authorization (provided from Jenkins credentials codebuild-dev-cred) 23:09:15 [AWS CodeBuild Plugin] Zipping directory to upload to S3: /var/lib/jenkins/workspace/backend_MR-942 23:09:16 [AWS CodeBuild Plugin] Uploading to S3 at location datadive-dev-codebuild-bucket/source. MD5 checksum is eo9qPFlDJBelXTAIxieE/WA== 23:09:16 [AWS CodeBuild Plugin] Unexpected exception upon uploading source zip to S3: The request to the service failed with a retryable reason, but resetting the request input stream has failed. See exception.getExtraInfo or debug-level logging for the original failure that caused this retry.; If the request involves an input stream, the maximum stream buffer size can be configured via request.getRequestClientOptions().setReadLimit(int) 23:09:16 [AWS CodeBuild Plugin] A versioned S3 bucket is required. 23:09:16
It says a versioned s3 bucket is required but the bucket is already version enabled
I'm having same issue. Are you using parallel pipelines that uploads same artifacts from multiple steps? For me, I am seeing this issue intermittently on different stages of the parallel build.
any updates on this? I just ran into it after a full year later