github-webhook Questions

1

Is it possible to trigger a webhook whenever a public Github repo gets a new commit. I tried seeing on Zapier and other automation tools, but all of them require me to be an owner of that repo.
Naarah asked 11/4, 2022 at 5:24

2

This is my first time working with Webhooks and I was wondering if it was possible to receive notifcations from a Webhooks subscription. I'm using create-react-app for my project and want to use gi...
Trujillo asked 14/5, 2020 at 4:23

3

Solved

I'm trying to build a GitHub workflow that will be triggered when another repository creates a new release. In the documentation, there is the paragraph: on.event_name.types where event_name will ...
Imperial asked 19/10, 2019 at 15:13

2

Solved

I am setting up continuous integration using Jenkins and GitHub Enterprise. So far I have been able to easily create Jenkins projects and run jobs regularly. Jenkins is using SSH public/private ke...
Wayne asked 19/3, 2021 at 8:54

4

I have created a jenkins pipeline job called "pipelinejob" with the below script: pipeline { agent any stages { stage ('Setup'){ steps{ //echo "${BRANCH_NAME}" echo &...
Englishman asked 12/9, 2019 at 15:51

0

I have a Jenkins declarative pipeline that is triggered using Github webhooks. The Jenkins job can be triggered either on a pull request or a merge. I want 2 of the 3 steps (Build and Test) to be...

1

Solved

I've got an HTTP Cloud Function (Python 3.7) invoked by a Github webhook, and it usually (but not always) exits with a connection error when the event type is not a pull request. It always exits cl...

1

Solved

I am trying to set AWS codepipeline and use github as the source by using cloudformation. The github repository is owned by an organization and I have admin access to it. I was able to create webh...
Removable asked 9/5, 2019 at 21:53

1

I'm attempting to setup an AWS CloudFormation configuration using CodePipeline and GitHub. I've failed both at my own example project and the tutorial: Create a GitHub Pipeline with AWS CloudForma...
Chameleon asked 7/3, 2019 at 4:17

1

Solved

I have followed the instructions on https://docs.readthedocs.io/en/stable/webhooks.html and added a webhook to github to trigger my readthedocs built, however readthedocs rejects the payload: Resp...
Tahsildar asked 2/4, 2019 at 12:52
1

© 2022 - 2025 — McMap. All rights reserved.