aws-codebuild Questions
2
I have a AWS CodeBuild template in a buildspec.yml file with the following line in the build section:
- if [ "${STAGE}" = "alpha" ]; then echo "Quitting alpha build." ...
Maurene asked 25/5, 2021 at 20:58
3
If using a Github repository as a source in a CodeBuild project, the Branch Filter option allows to run builds only for branches, whose name is matching a certain regular expression.
AWS Manageme...
Thoron asked 14/6, 2018 at 12:47
0
The problem
When I run CodeBuild inside of Amplify, my AppSync credentials are overwritten, breaking the build.
Details
I'm building a ReactJS site using AWS Amplify as the backend. The project is ...
Goatish asked 21/7, 2021 at 15:10
5
Solved
I'm trying to build my testing project, but everytime It failed in pre_build. I check the error log and it says:
[Container] 2017/03/26 19:28:21 An error occurred (AccessDeniedException) when c...
Embrangle asked 26/3, 2017 at 19:34
5
Solved
I'm trying to create a webhook via AWS CodeBuild and this is the error I receive.
I've also tried creating the webhook via AWS CLI using the following command:
aws codebuild create-webhook --pro...
Showmanship asked 28/11, 2017 at 10:31
2
Hey cloud gurus :) I need your help!
I'm trying since quite a while to set up an AWS CodePipeline from source to
build to ECR to ECS for a Docker container where the pipeline is in another
account...
Piggin asked 28/8, 2019 at 9:49
3
I've created a pipeline which does the following:
Git changes trigger next action (code build)
Codebuild initiates & builds a docker image from git source
Set latest docker container up on El...
Rager asked 11/12, 2016 at 20:18
2
Solved
Im using codepipeline line to build and deploy - pulling from github and deploying to fargate containers - upon bulding the dotnet application in codebuild I come across this error. Pretty stumped....
Ingaingaberg asked 20/5, 2021 at 6:40
2
Solved
With AWS CodeBuild you define GitHub as the source. If your repo is private, you can pass a personal token. I've built a CodeBuild process and confirmed this worked.
What I'd like to do is not us...
Steading asked 6/8, 2019 at 19:34
0
detox test -c android.emu.release --workers * --debug-synchronization 500
detox[3298] INFO: [test.js] DETOX_CONFIGURATION="android.emu.release" DETOX_DEBUG_SYNCHRONIZATION=500 DETOX_FORCE...
Felicitation asked 27/4, 2021 at 9:13
0
We are working on a build once, conditionally deploy, style pipeline. In other words we have a pipeline that has the following make up, for instance:
Source action - S3SourceAction
Build & Tes...
Zampino asked 19/4, 2021 at 17:24
2
I have created a couple different TypeScript cdk pipelines, and they all encounter the same tsc error during the CodeBuild phase.
Two of these pipelines were replicated via the cdk docs:
https://d...
Shearwater asked 11/3, 2021 at 21:1
2
I am having a hard time with the last CDK Pipeline I have deployed. I have followed the steps here:https://docs.aws.amazon.com/cdk/latest/guide/cdk_pipeline.html and the overall experience has been...
Micamicaela asked 20/3, 2021 at 11:2
4
I wanted to create a CodePipeline which builds a container image from CodeCommit source and afterwards deploys the new image in Blue/Green fashion to my ECS service (EC2 launchtype).
The source s...
Pinsky asked 26/5, 2020 at 13:2
2
Solved
Is there are way to make a CodeBuild project execute build tasks one at a time (max concurrency = 1)?
I know one of the selling points of CodeBuild is that you can run builds concurrently and I li...
Plourde asked 19/12, 2017 at 16:48
3
Solved
I have a codepipeline using AWS codebuild building an AMI I planning on running on a weekly schedule for a fresh server image.
I want to run it as a scheduled task, I thought of using lambda sched...
Communistic asked 11/7, 2017 at 13:26
1
Solved
I'm working with aws and implementing CI/CD using their developer tools. Each of the tools requires a service role, so I decided to just update my existing service role with the correct permissions...
Cabrilla asked 13/2, 2021 at 18:56
2
Solved
I have reactJs application and using AWS s3 to deploy static site. I've setup AWS code build for CI/CD. I'm using bitbucket and when any PR merge to master branch Web-hook comes into picture to tri...
Verse asked 4/2, 2021 at 15:6
1
I'm trying to do something like CircleCI's [ci skip] tag, which lets developers "opt in" to building the project, i.e. the commit message determines whether a build proceeds. A buildit string in co...
Amey asked 18/11, 2019 at 11:23
3
I'm using AWS CodeBuild to build an application, it is configured to push the build artifacts to an AWS S3 bucket.
On inspecting the artifcats/objects in the S3 bucket I realised that the objects ...
Unimproved asked 15/6, 2018 at 8:2
1
Solved
At the moment I have an EventBridge sending CodeBuild build phase updates that have status "FAILED" to a Lambda. Specifically - unit tests are run and then a report is created that contai...
Risteau asked 25/1, 2021 at 22:39
3
Currently my team is using Jenkins to manage our CI/CD workflow. As our infrastructure is entirely in AWS I have been looking into migrating to AWS CodePipeline/CodeBuild to manage this.
In curren...
Jaunita asked 22/7, 2017 at 19:36
5
We use the monorepo approach for storing our source in github.
Is it currently possible to have CodePipeline trigger only on a commit to a particular subfolder.
This is something that is currentl...
Roulade asked 9/10, 2017 at 22:36
3
I'm trying to implement a pipeline on AWS, but I get an error:
YAML_FILE_ERROR: YAML file does not exist
I don't know why. I'm using github repo for mean stack project, entry file is docker-compos...
Lammas asked 8/5, 2019 at 10:33
3
Solved
I have CodePipeline set up to build and deploy a static Vue site from my Github repo to an S3 bucket. But since the built files have hashed names (e.g. app.2c71f2bb.js), after each deploy, the old ...
Semolina asked 26/12, 2019 at 4:44
© 2022 - 2024 — McMap. All rights reserved.