Questions tagged with AWS CodeBuild

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

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:...
1
answers
0
votes
279
views
Nafiu
asked 7 days ago
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...
0
answers
0
votes
89
views
asked 8 days ago
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...
2
answers
0
votes
208
views
Nafiu
asked 8 days ago
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 >...
1
answers
0
votes
113
views
Nafiu
asked 10 days ago
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...
1
answers
0
votes
147
views
Nafiu
asked 11 days ago
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...
2
answers
0
votes
100
views
Nafiu
asked 11 days ago
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...
1
answers
0
votes
158
views
Nafiu
asked 13 days ago
Hi i am wondering why when im using a codebuild i only got 6 events to run. But whenever i directed to codedeploy there's a lot of codedeploy events added and my pipeline runs double time as before....
1
answers
0
votes
96
views
code2go
asked 17 days ago
I have a terraform project in bitbucket that I want to plan/apply via codebuild and codepipeline. The project has a module that is hosted on the same bitbucket account. When the codebuild project...
1
answers
0
votes
118
views
Brian
asked 22 days ago
This is about the self-hosted runner integration in CodeBuild: https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html This worked well for a month or so. And for the past several...
Accepted AnswerAWS CodeBuild
3
answers
0
votes
72
views
profile picture
m0ltar
asked 23 days ago
We have a CodePipeline/CodeBuild playbook that builds, test and analyse code coverage in Docker build. The test and code coverage result files are exported back out to the CodeBuild host for ingestion...
Accepted AnswerAWS CodeBuild
2
answers
0
votes
70
views
icelava
asked a month ago
I have an express server and I need to run python child processes in the server. I am trying to install the python packages but none of the options I tried have worked. I used a buildspec.yml file to...
1
answers
0
votes
179
views
Cade
asked a month ago