Relative Content

Tag Archive for amazon-web-servicesaws-codecommit

AWS Codepipeline with multiple build actions

I have a single repository (myRepo) in AWS CodeCommit that has two branches (main/dev). I have an AWS CodePipeline setup with two Source Actions and two Build Actions. Source Action A is pointed at the main branch and Source Action B is pointed at the dev branch. Also, Build Action A is pointed at the SourceArtifacts of Source Action A (the main branch); the source/build actions for B are pointed to the dev branch. The Pipeline works as expected, however I noticed that when I push a commit to either branch in myRepo it will trigger both Build Actions even though only one of the branches has an update.

aws codecommit set up

i am get this type error how to solve
Cloning into ‘repositorytest’…
fatal: unable to access ‘https://git-codecommit.us-east-1.amazonaws.com/v1/repos/repositorytest/’: The requested URL returned error: 403am

unable to trigger jenkins jobs through code commit

I have a CodeCommit repository with multiple subfolders, and I have set up a build trigger for it via sns and sqs. However, when I make changes in one of the subfolders, it’s not triggering the expected job, but instead triggering another job.