aws-codebuild Questions

0

What I'm trying to accomplish is setting the Artifact Name that gets generated via the codepipeline not the codebuild. I understand that we can control the name at the codebuild level but I want it...

3

Solved

Is there any type of AWS CodeBuild environment variables that can aid in stamping versioning information on build artifacts? . i.e. the equivalents of what Bamboo has such as bamboo_buildNumber. Id...
Trachoma asked 31/1, 2017 at 14:43

1

Solved

I am using CodeBuild to build my NPM project. I have a report group specific in my buildspec and I am running unit tests using Jest and the npm test command. When all the tests pass, they are repor...
Rhodia asked 24/8, 2020 at 2:15

5

Solved

I am using AWS CodeBuild along with Terraform for automated deployment of a Lambda based service. I have a very simple buildscript.yml that accomplishes the following: Get dependencies Run Tests ...
Convention asked 28/6, 2017 at 18:41

1

Solved

I keep track of a number in parameter store, and access it during CodeBuild executions. The CodeBuild environment is a Windows machine. I would like to print the environment variable. I've tried t...

1

Solved

I'm attempting to setup CodePipeline to manage the deployment of a very simple Lambda function. I'm completely stuck on a problem with the deployment step, and cannot figure out what could be wron...
Pravit asked 5/6, 2020 at 7:16

2

How can I configure CodePipeline to be triggered for Pull Requests being opened, edited or merged? Here is a Terraform configuration: resource "aws_codepipeline_webhook" "gh_to_codepipeline_integ...

1

Solved

I fail to transpile my typescript files in AWS CodeBuild (Ubuntu image) with TS2307 error failing to resolve my own files. Of course, I tried the exact same project locally. Invoking tsc which is...
Bushnell asked 11/5, 2020 at 10:35

4

Solved

I have a single repository that hosts my lambda functions on github. I would like to be able to deploy the new versions whenever new logic is pushed to master. I did a lot of reasearch and found ...

1

Solved

TL;DR How can I cache my modules in codebuild using AWS provided image (Go 1.12)? Background I'm trying to cache go modules in codebuild using the go image (1.12) from AWS. Trying to cache /go/...
Typeset asked 16/7, 2019 at 5:38

0

When building a docker images, errors that are caused by RUN commands are printed to stdout instead of stderr. For example: If I run the command flooby on my shell, the fact that it fails because ...
Oldie asked 15/4, 2020 at 0:47

3

Solved

I'm new to AWS CodePipeline and never had past experience with any continuous integration tool like Jenkins, etc. I have created a new AWS CodePipeline as AWS CodeCommit (Code repository) -> CodeBu...
Dispermous asked 24/12, 2016 at 16:4

3

I am trying to create a new project in AWS CodeBuild. Every time I attempt to I receive the following error: Not authorized to perform DescribeSecurityGroups Any help would be greatly appreciate...
Hesitant asked 16/10, 2018 at 20:18

3

Solved

So I have a fairly simple stack I'm trying to setup consisting of a single Lambda function subscribed to an SNS topic. I'd like to use CodePipeline with three stages: Source (GitHub) -> Build (Code...

2

Solved

I have a simple CodeBuild spec that defines artifacts to be uploaded after tests run: artifacts: files: - cypress/**/*.png discard-paths: yes These artifacts are only generated if the test-a...
Progenitor asked 21/9, 2018 at 20:14

3

Solved

I have a buildspec.yml file in my CodeBuild that I want to read values out of EC2 Systems Manager Parameter Store. CodeBuild supports doing this via the parameter-store attribute in your spec file....

3

Solved

I have the following command in my buildspec.yml file in my gatsby site root directory. version: 0.2 phases: install: commands: - npm i npm@latest -g - npm install --global gatsby-cli - npm ...
Rigveda asked 5/9, 2018 at 8:20

3

I'm trying to run the CodeBuild locally for my golang project. I've pulled the docker image amazon/aws-codebuild-local:latest and run the CodeBuild script ./codebuild_build.sh -i aws/codebuild/stan...
Kenyon asked 27/10, 2019 at 2:45

3

I have a simple AWS CodePipeline with few steps. AWS CodeCommit (provide output "SourceCode") AWS CodeBuild (input "SourceCode", npm install, npm run-scripts build, output "FinalCode") AWS CodeDe...

4

Solved

I'm using Karma to test an Angular4 project using ChromeHeadless and all works fine locally. I've then tried to get this running on AWS CodeBuild. The initial problem was that the CodeBuild VM does...

2

Solved

We are trying to create a codebuild in aws and have a private github repository in github, while creating the codebuild section i am getting the Repository not found or permission denied error afte...
Aprilette asked 27/11, 2019 at 12:27

2

I am using AWS CodeBuild to run unit tests for my python project using pytest. I am using the --junitxml argument and the pytest-cov package to generate test reports and coverage reports that I've ...

1

Solved

Does anybody know how to enable to ANSI colours int the AWS CodeBuild build logs. I've searched around for this and all I get is a reddit post about how AWS CodeBuild supports colours. Example Out...
Enstatite asked 28/3, 2019 at 23:42

1

Solved

I am new to Kubernetes and trying to create a AWS CodePipeline to deploy service to EKS stack. I am following this tutorial I have followed all the steps including creating a role and adding permis...

3

Solved

I've created an AWS CodeBuild project that includes a build badge and when I trigger the build manually, all works OK (i.e. the badge is updated). I've now added a CodePipeline project that trigger...
Elamitic asked 9/2, 2018 at 12:6

© 2022 - 2024 — McMap. All rights reserved.