Skip to main content
0 votes
1 answer
71 views

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....
Patlatus's user avatar
  • 1,681
4 votes
1 answer
271 views

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 ...
GoodLooking's user avatar
0 votes
1 answer
103 views

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 ...
user avatar
1 vote
1 answer
85 views

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 ...
sumedhe's user avatar
  • 1,036
0 votes
0 answers
55 views

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 ...
Antoliny Lee's user avatar
2 votes
0 answers
259 views

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 ...
Szymskiii's user avatar
1 vote
0 answers
337 views

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 ...
Chachatonel Hashimotto's user avatar
-1 votes
1 answer
407 views

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 ...
Pieterjan's user avatar
  • 3,739
1 vote
1 answer
98 views

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 ...
NSA's user avatar
  • 6,137
0 votes
0 answers
399 views

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 ...
Digglit's user avatar
  • 686
1 vote
1 answer
210 views

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. ...
Tilak Raj's user avatar
  • 1,519
0 votes
0 answers
671 views

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 "...
footycrazy's user avatar
8 votes
1 answer
2k views

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 ...
Kins's user avatar
  • 809
0 votes
0 answers
14 views

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 ...
Iraj Majeed's user avatar
1 vote
0 answers
186 views

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. ...
Louis Eiden's user avatar

15 30 50 per page
1
2 3 4 5
7