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.

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
196
views
Nafiu
asked a month 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
157
views
code2go
asked a month 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
167
views
Brian
asked 2 months 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
117
views
profile picture
m0ltar
asked 2 months 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
93
views
icelava
asked 2 months 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
205
views
Cade
asked 2 months ago
"BrowseNodes": [ { "Ancestor": { "Ancestor": { "Ancestor": { "Ancestor": { "Ancestor": { "ContextFreeName": "Fashion", ...
1
answers
0
votes
224
views
asked 2 months ago
Hello AWS Community, We're currently facing challenges with AWS CodePipeline for our Windows containers. It appears that AWS doesn't support CodePipeline natively for Windows containers. Can someone...
0
answers
0
votes
258
views
Jeet
asked 2 months ago
Hi Team, I am getting an issue to login in docker hub using command line in build spec file in aws code build. Could you please provide the commands so we can execute and login on docker hub on...
1
answers
0
votes
273
views
AnujG
asked 2 months ago
Hi, I have AWS CodePipeline with 6 standalone Codebuild projects running in parallel. They have their own env vars. After that I have manual approval step. After manual approval step I have one...
2
answers
0
votes
258
views
profile picture
asked 2 months ago
Hi, I've been needing to pass in a variable to CodePipeline when my EventBridge rule picks up when a specific tag is pushed in my CodeCommit repo. My EventBridge event pattern is below ``` { ...
1
answers
0
votes
332
views
asked 2 months ago
Is it possible to have my code that is built, tested, and deployed to immutable servers using a hardened image, all integrated with AWS CodePipeline and GitHub. I have a repo hosted in github and I...
1
answers
0
votes
177
views
code2go
asked 2 months ago