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

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'm creating codepipeline that need to get changes from develop and release branches and feature branch if possible. But when i make a pipeline with source stage of 3 branches ![Enter image...
1
answers
0
votes
24
views
asked 4 days ago
I have a codepipeline in us-east-1 region. The codebuild stage is cross-region and is in a vpc(mumbai-vpc). I want this codebuild to access the athena service in us-east-1.
1
answers
0
votes
24
views
asked 4 days ago
Hello, I am trying to deploy the following project: https://github.com/aws-samples/bedrock-claude-chat Following the instructions I've hit a wall with the deployment. I am getting the following...
1
answers
0
votes
21
views
asked 6 days ago
Is it possible to configure branch-specific policies for a CodeBuild project that is a GitHub Actions runner? I'm talking about this feature:...
1
answers
0
votes
9
views
profile picture
m0ltar
asked 6 days ago
Hi, I have followed below aws documentation. But I am unable to resolve the variable inside the buildspec file. Help me...
1
answers
0
votes
38
views
asked 12 days ago
Dear AWS Seniors/Support Team I wish to insert a new environment variable into a codebuild project. So far I only know about aws codebuild update-project --environment file://sample.json. And this...
1
answers
0
votes
34
views
asked 15 days ago
Getting this error while my code build project "DOWNLOAD SOURCE" from AWS CODE COMMIT source CLIENT_ERROR: Submodule error authorization failed for primary source and source version Note : I have...
2
answers
0
votes
35
views
chan
asked 16 days ago
I'm creating a pipeline triggered by codecommit repo. in build phase it builds .net 6 lambdas using *dotnet build* and store them using *dotnet lambda package* commands. when i try to compare the hash...
1
answers
0
votes
49
views
asked 17 days ago
I'm trying to add my github repo as the source for the codebuild. Although it says the connection is successful, there is an error while selecting the "Repository in my Github account". ![Codebuild...
1
answers
0
votes
91
views
asked 18 days ago
I have setup a Github (V2) connection on codestar/codeconnection. It lists/autocompletes the repository name and branches as expected in the CodePipeline source stage The problem occurs when I trigger...
3
answers
1
votes
341
views
KD
asked 18 days ago
I have a buildspec file that logs in to ECR: ``` - aws ecr get-login-password --region eu-west-2 | docker login --username AWS --password-stdin 123.dkr.ecr.eu-west-2.amazonaws.com ``` This buildspec...
1
answers
0
votes
207
views
Qadri
asked 23 days ago
Please provide a example for codepipeline V2. Like where can we pass the parameters that we create? Can we use those parameters inside buildspec files?
1
answers
0
votes
201
views
asked a month ago