python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
can't connect webhooks bitbucket to Jenkins
I am configuring Jenkins and webhook like this but my web-hooks are not working.
here is my webhook configuration
but I have errors like
enter image description here
what i do?
Gohil Brijraj
Votes: 0
Answers: 1
Retry events in stripe after enabling the webhook
I have implemented a payment module in which there is a Stripe webhook for listening and handling the events that are triggered by Stripe. Once the webhook on our server is in Listening status, everyt...
Meysam Zarei
Votes: 0
Answers: 1
Is Shopify production and development webhook response same?
I want to know how Shopify calculates the webhook response time.
If the webhook task is completed within 0.2-sec, After that, how does it take 0.99 sec?
And I want to know whether webhook takes the sa...
Shikha Sanadhay
Votes: 0
Answers: 1
How to get Sendgrid Webhook live events in .NET 4.8?
I want to get live SendGrid webhook events in .NET 4.8, how to do that in C# .NET?
[HttpPost("Sendgridwh")]
public async Task<ActionResult> Sendgridwh([FromBody] object[] eventList)
{
...
D M
Votes: 0
Answers: 1