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.
AWS CodeCommit: How to list all users with access to a certain repo?
My organization has around 200 users and we are fixing all the security permissions on our AWS cloud infraestructure, my boss assigned me to check codecommit, so i need to list all the users that have access to AWS CodeCommit