Jenkins Triggering Jenkins from AWS CodeCommit using Lambda Previous tutorial we have added our CodeCommit repository into Jenkins, but this Jenkins job could only be triggered manually. Now let's automate this and add a trigger on the AWS side to build Jenkins job when I push some commits to my repository.
Jenkins Using Jenkins with AWS CodeCommit I finally managed to use Jenkins on my CodeCommit repository. Here are the steps I followed in order to do that. I assume you have a Jenkins Server up and running. Basically we will need to make configuration in both AWS and Jenkins.