104 questions
0
votes
1
answer
71
views
Why Github webhook deliveries list is empty while push is happening?
I am troubleshooting a problem with connection between Github and Jenkins, but it looks like the Github webhook deliveries list is completely empty despite having multiple branches with push happening....
4
votes
1
answer
271
views
Access Jenkins github-webhook script to change GitHub URL
Our Jenkins deployment jobs have worked flawlessly for years.
GitHub is set to call https://jenkins.[our-company]/github-webhook/ whenever a push event occurs. Then Jenkins receives the GitHub json ...
0
votes
1
answer
103
views
Unable to get GitHub Webhook to work with Jenkins
I'm trying to get the GitHub webhook from my private repository to instigate Jenkins jobs build.
As my Jenkins server is an internal network I need to rely on a web relay, I'm currently using Smee.
It ...
1
vote
1
answer
85
views
How to get the linked issue of a project item using GitHub Webhook?
I’ve set up a webhook for projects_v2_item, and whenever I update an entry in the project, it triggers a request with the relevant details. However, while the request contains information about the ...
0
votes
0
answers
55
views
How to add version data to github-webhook payload
Added github-webhook payload as a parameter to the jenkins pipeline script.
The purpose is to take the version data from the github-webhook payload and use it as a tag when building docker images.
But ...
2
votes
0
answers
259
views
How to simulate webhook with payload from GitHub to my Probot app using Postman?
I need to write a Probot App for GitHub that will respond when issue is opened.
To trigger my App that installed on one of the repos I need to create an issue on GitHub manually.
I run my app locally ...
1
vote
0
answers
337
views
GitHub webhook payload $.pull_request.number vs $.pull_request.id difference
Having a look at GitHub webhook payload objects for pull_request in "Action type: opened" in the following Webhook events & payloads document, I found there're two properties looks ...
-1
votes
1
answer
407
views
Verify Github webhook signature
I'm trying to build a Github app backed by a handler in C#. In order to test the code on your local device, you can use smee.io. In the code you use the .NET SmeeClient which establishes a connection ...
1
vote
1
answer
98
views
Is there a difference between the github webhook dependabot.alert.number and the github api dependabot.number
Hello Stack Overflow Community,
I'm currently working on a project that involves pulling data from the GitHub API and reconciling it with data obtained via the GitHub Webhook API, focusing ...
0
votes
0
answers
399
views
How to test Github dependabot webhooks
I am working on setting up a Github webhook that fires off when a dependabot alert is created. The goal is integrating with Jira automation, but that's not particularly relevant to this question.
I ...
1
vote
1
answer
210
views
protobuf webhook with no fixed request structure
I am using Golang as my backend and proto3 as my API definitions. I have grpc-gateway to support http along with grpc.
My use case is To have a webhook API which gets in some payload and processes it. ...
0
votes
0
answers
671
views
Trigger Jenkins pipeline when there is a release in github
I am new to Jenkins and I have found some posts regarding this problem in StackOverflow but I haven't been successful so far.
I am using Github Webhook to trigger the Jenkins build and I set "...
8
votes
1
answer
2k
views
Retrieve commit message in a GH Action triggered on pull request
I want to create a GitHub Actions workflow triggered on pull_request. The workflow should get the last commit message in the Pull Request and check it against a given regular expression.
The part I am ...
0
votes
0
answers
14
views
Wrong pipeline triggered via AWS webhook
I have specified the head reference as master, my event type is PUSH but due to some unknown reason, when code was pushed in stage branch, master pipeline got triggered and stage code is deployed to ...
1
vote
0
answers
186
views
Deploy Django app to Python Anywhere through GitHub
I am currently trying to set up a deployment pipeline for my django app to python anywhere.
But the github webhook recieves a 301 and I don't understand why...
"Last delivery was not successful. ...