Questions 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
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
533 results
I'm trying out running builds locally using the steps at https://docs.aws.amazon.com/codebuild/latest/userguide/use-codebuild-agent.html
It all works fine and I get a zip containing my output artifac...
Accepted AnswerAWS CodeBuild
2
answers
1
votes
32
views
asked 5 days ago
My existing CodeBuild pipeline is configured to run on GitHub Push and PullRequest events. All resources run inside a VPC and must use an outbound HTTP proxy. The proxy URL (including username and pas...
2
answers
0
votes
55
views
asked a month ago
Hi,
I am upgrading my API Service Application from .Net 8.0 to .Net 10.0. Below is how the code looks like--
1. There is a Powershell script which deploys the application and below piece of code exec...
2
answers
0
votes
55
views
asked 2 months ago
Hello,
I am upgrading one of my projects from .Net 8.0 to .Net 10.0 framework. I use Codebuild to build and deploy the project.
On referring to the AWS Codebuild doco, it looks like .Net SDK 10.0 is ...
2
answers
0
votes
228
views
asked 3 months ago
#### Context
I'm configuring self-hosted Github Actions runner on CodeBuild. The repository is a private repo in my organization.
#### Issue
Github Actions Runner does not spin up
#### Log
Failed to...
3
answers
0
votes
78
views
asked 4 months ago
When attempting to compile Go programs that import github.com/aws/aws-sdk-go-v2/service/ec2
in AWS CodeBuild using BUILD_GENERAL1_SMALL compute type (3 GB RAM, 2 vCPU), the build fails
with the...
1
answers
0
votes
42
views
asked 4 months ago
**Region:** us-east-1
I created an AWS CodeBuild project successfully, but I cannot start any builds. Every attempt fails with:
AccountLimitExceededException: Cannot have more than 0 builds in queue...
1
answers
0
votes
117
views
asked 5 months ago
I am running an AWS CodeBuild project inside a VPC, and I do not have a NAT Gateway for cost reasons. This means my CodeBuild ENIs have no outbound internet access, even when placed in a public subnet...
2
answers
0
votes
199
views
asked 6 months ago
I try to setup AWS CodeBuild with a reserved capacity fleet using windows-server-2022. I use a custom docker image from a private ECR repository.
I have the issue that the runner setup fails during t...
1
answers
0
votes
113
views
asked 6 months ago
Hello AWS Support Team,
I’m facing an issue with my pipeline in the US East (N. Virginia) region.
The pipeline is not running any stages when triggered, and under Pipeline execution details → Logs, b...
1
answers
0
votes
175
views
asked 7 months ago
Hi all,
I'm running into a frustrating problem with AWS CodeBuild runner projects, and I'm hoping someone in the community knows how to fix (or at least explain!) it.
**What I'm doing:**
I'm setting...
1
answers
0
votes
462
views
asked 7 months ago
So my requirement is there are two pipelines attached to main branch, it triggeres whenever code push on main branch. Now i want that primary should run automatically but disaster should wait until pr...
2
answers
0
votes
118
views
asked 8 months ago