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'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
48
views
asked a month 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
68
views
asked a month 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
38
views
asked a month 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
30
views
profile picture
m0ltar
asked a month 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
57
views
asked 2 months 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
62
views
asked 2 months 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
56
views
chan
asked 2 months 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
64
views
asked 2 months 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
237
views
asked 2 months 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
2
votes
718
views
KD
asked 2 months 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
233
views
Qadri
asked 2 months 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
288
views
asked 2 months ago