All Content tagged with AWS CodeBuild
AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy.
Content language: English
Select up to 5 tags to filter
Sort by most recent
480 results
I have a codepipeline triggered by codecommit that should build lambdas and deploy zips to s3, but what lambdas are build is determined in codebuild when it reads a json file. how can i choose how...
I am configuring a pipeline that will contain several Bitbucket sources, and I will only use one build in this pipeline.
When I push to a Bitbucket repository, the pipeline checks all sources, I would...
Hello, I have three pipelines set up in an account triggered from the same Github source. A push to the source triggers a build in all three pipelines at the same time.
I consistently get the error:...
I have a test task that runs every 15 minutes which does `npm clean-install` and runs a small test suite. On every invocation, I see lots and lots of these messages:
```
(node:50)...
I was in the process of creating and testing a CI/CD Pipeline in regards to the AWS Modern Application Workshop (https://github.com/aws-samples/aws-modern-application-workshop/tree/python/module-2),...
I still get the error below in my code build even after doing the necessary Permissioning
An error occurred (AccessDeniedException) when calling the GetAuthorizationToken operation: User:...
I am using codebuild and for repository using GitHub that I am connecting through console only. from the console I am giving the access token, Attaching image for reference ![Enter image description...
Hello i am having this error in my code build as i am doing a cross-account Strategy i am build and push my by my ECR into AccountA
**Note: All My BuildProject and Pipeline are in AccountA**
I...
Hello, please i need help i have error connecting my Express API to Mysql (Container) In CodeBuild
Below is the error
```
[Container] 2024/07/04 07:54:16.657953 Running command npm run test:dbconn >...
Hello, i cannot connect Express API to my Mysql (Container) used for my code testing
in codebuild machine
please help i keep getting this erro
```
ERROR: connect ECONNREFUSED...
I want to avoid pulling an image every time my CodeBuild starts, including with my npm dependencies. How can I achieve this by caching the image in CodeBuild so that I don't need to pull it...
Objective:
How can I set up a MySQL database within an AWS CodeBuild environment to conduct tests for my Node.js Express API?
Details:
Environment: Using AWS CodeBuild with the LINUX_CONTAINER...