Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to create AWS CodeBuild Webhook

I'm trying to create a webhook via AWS CodeBuild and this is the error I receive.

This is the error I've also tried creating the webhook via AWS CLI using the following command:

aws codebuild create-webhook --project-name myClassifiedProjectName

And I get the same error:

An error occurred (OAuthProviderException) when calling the CreateWebhook operation: Unable to create webhook at this time. Please try again later.

Any suggestions?

like image 980
Nysithea Avatar asked Nov 28 '17 10:11

Nysithea


1 Answers

For other people coming here looking for a solution: For us, it was about the 20 webhook limit per a GitHub repo. We have a monorepo and currently have a trigger for each projects pipeline, which obviously doesn't work out anymore. Obviously a more helpful error message would've saved several hours of debugging...

like image 139
Antti Rauramo Avatar answered Oct 16 '22 23:10

Antti Rauramo