Questions tagged [github-webhook]

Use for the webhook settings in github

Webhooks allow triggers to be set off by github, or for github to respond to.

Learn more here.

98 questions
1
vote
0 answers

Jenkins Blue Ocean Plugin webhook integration from github?

I have setup my github integration in Jenkins using the blue ocean plugin. When I manually click the 'build now' button, it pulls my latest commit in and builds as expected. I would like to kick-off a pipeline build from a github push, but the…
benishky
  • 901
  • 1
  • 11
  • 23
1
vote
0 answers

Occasional token not found for Generic Webhook Trigger Jenkins Plugin

We have a lot of jenkins jobs set up as webhook endpoints using Generic Webhook Trigger. It's mostly working fine. With the token, it's able to find the specific Jenkins job to run for each webhook event. However occasionally we hit a 404 error with…
1
vote
1 answer

Jenkins pipeline trigger on merge to master

I want to setup Jenkins pipeline trigger when PR is merged to master branch. I have setup Webhook in GitHub repo pointing to Jenkins url http://jenkins.example.com:8080/github-webhook/ and selected following events Pull request review comments Pull…
roy
  • 6,344
  • 24
  • 92
  • 174
1
vote
2 answers

Run "git pull" for a Django project running on Windows Server 2016 IIS

My current set up has a Django project running on Windows 2016 IIS. The project is hosted on GitHub for collaboration and I would like to set up a GitHub webhook so whenever there's a push to master branch from any of the collaborators, the IIS…
knl
  • 969
  • 11
  • 35
1
vote
1 answer

Github webhook over https: "Service timeout"

This question is about making a github webhook work over https. It's also a question from an inexperienced person as to best practices for troubleshooting. I have a github webhook for my staging site that points to…
paulrw
  • 41
  • 1
  • 5
1
vote
1 answer

Pass both pull request status and commit data via webhook

I was working on automating an integration between Jira and Github where a ticket transitions its state (in progress -> code review -> done) through a workflow based on the status / lifecycle of a pull request. Pull request created: ticket…
John Ruddell
  • 25,283
  • 6
  • 57
  • 86
1
vote
1 answer

Nodejs Error "EPROTO" when using GitHub Webhook to forward to Jenkins using dockerimage

I'm using a jenkins server behind a firewall. I used smee-client smee.io to get the webhooks from GitHub through the firewall. I used the dockerimage from deltaprojects/smee-client. It is running and connects to smee.io/xyz to get the webhooks. But…
rimi
  • 35
  • 7
1
vote
1 answer

Jenkins is running on AWS ec2-instance and github is failing to send webhook to it

My jenkins is running on ec2 instance. I have set up webhook on github for one of repos. I could connect to this repo from Jenkins and clone/checkout the code and perform builds manually. However, webhook is failing to deliver the payload and the…
Amit Joshi
  • 47
  • 1
  • 11
1
vote
1 answer

Not able to send payload from github webhook to Jenkins

I am getting "Payload could not be delivered" message when i try to set up webhook at github. I have installed Jenkins on my EC2 instance on AWS. I have my own repository on github. Now when I try to setup a webhook, I was getting "403 No valid…
Amit Joshi
  • 47
  • 1
  • 11
1
vote
1 answer

Git webhook does not trigger Jenkins build when pushed from remote branch

Jenkins build is not triggered by the git webhook when pushed changes from a remote repository branch I have the main git repository (upstream) and the forked git repository (origin). When I push changes to upstream/master, I expect the Jenkins…
1
vote
0 answers

Jenkins on Linux Server Behind VPN Not Connecting to GitHub Webhook

I'm setting up continuous integration of a GitHub repository to automatically be pulled down by Jenkins onto a Linux server that is behind my company VPN that I do not control. I have setup an Private SSH Key as both Jenkins Credentials and GitHub…
1
vote
2 answers

Integrate Github with Amazon SQS with webhooks

Github has deprecated integrations and services and suggests to use webhooks or GitHub Apps instead. My doubt here is that AWS SQS requires autenthicated requests…
jcunhafonte
  • 429
  • 7
  • 17
0
votes
1 answer

Jenkins doesn't start a build

I have a github webhook that sends request to jenkins BUT jenkins doesn't start my job. In jenkins logs I have found: Received PushEvent for https://github.com/xxxxx/xxxxxxx from xxxxxxx ⇒ http://xx:xx/github-webhook/ And in my job setting I set…
0
votes
0 answers

How to reference secret in a github webhook payload URL?

How to reference a secret in a GitHub webhook payload URL? The link we followed: https://www.cloudbooklet.com/jenkins-how-to-build-a-specific-branch-on-github/ We are using Generic Webhooks Trigger Plugin to trigger automatic builds when a commit is…
devops-admin
  • 1,447
  • 1
  • 15
  • 26
0
votes
0 answers

Github Webhook returned 302 error while linking with Jenkins

Request URL: http://13.234.113.124:8080/github-webhook Request method: POST Accept: / content-type: application/json User-Agent: GitHub-Hookshot/bfdfc6c X-GitHub-Delivery: 662b46c0-20ac-11ee-8cdf-33388f50e0ef X-GitHub-Event: ping X-GitHub-Hook-ID:…