Questions tagged [git-webhooks]

Questions related to using and implementing WebHooks with respect to Git version control system

54 questions
0
votes
1 answer

While Integrating gitlab with the jenkins getting 404 Not found

I am trying to integrate gitlab with the jenkins, i have configured following things: a) Created a jenkins job added gitlab plugin b) On the gitlab Added the url which is created by the gitlab plugin and the secret key c) while testing i am getting…
Love
  • 125
  • 2
  • 13
0
votes
0 answers

Bitbucket webhook is triggering all the Jenkins jobs for the repository?

I have created a Bitbucket webhook to trigger the jenkins jobs when a change is pushed to the repository. There are several different project in the repository and for each project a separate Jenkins Job is configured. Webhook URL goes like this:…
0
votes
1 answer

Is it possible to set a Pipeline job to trigger based on GitHub webhook from 2 repos?

We have 2 repos related to each other. The pipeline job checks out both one after another. So ideally it should run whenever there's a change in either repo checked in. Is it possible to set it to run from webhook trigger coming from either repo or…
0
votes
1 answer

Jenkins web-hook trigger for commits against open PR

I already integrated my Bitbucket server with Jenkins server and it works fine. I want to configure this integration (Jenkins servers <-----------> Bitbucket server in a way that a developer commit for a open pull request, webhook should trigger the…
0
votes
1 answer

Hook execution failed: Failed to open TCP connection to ::1:8000 (Connection refused - connect(2) for "::1" port 8000)

I need to integrate pivotal tracker manually because I want some extra options, but I'm getting a "failed to open TCP connection" error. I'm working from localhost and gitlab is in an intranet. I've tried both the example in ruby in the docs and a…
0
votes
1 answer

Require Specific Commit Message AWS Lambda on Push to Codecommit

I am trying to enforce a commit to start with "BPSD-XXXXX" and can't figure out how to enforce this lambda function once pushed, but before the code is actually pushed to AWS Codecommit. The lambda function below enforces the commit string but not…
0
votes
2 answers

How to fix "We couldn’t deliver this payload: Couldn't connect to server" in github webhook while setting up a jenkins trigger?

I'm setting up a Web-hook in GitHub to trigger a Jenkins build for every push event. I'm running Jenkins from a Blue Ocean Docker container. https://i.stack.imgur.com/10HRD.jpg I'm able to access jenkins from http://192.168.99.101:32771/ , as…
0
votes
1 answer

Can a GitLab Webhook be stopped from triggering build in Jenkins

I have a GitLab project with a WebHook which triggers a Jenkins job. As of now, I have enabled Push Events to trigger the Jenkins job. So, whenever I push code from my local computer to remote repository, the Jenkins job is automatically triggered…
letsbondiway
  • 470
  • 3
  • 18
0
votes
0 answers

jenkins with github webhook don't work as expected

I create 3 pipelines on jenkins with github webhook. These pipeline triggers are GitHub hook trigger for GITScm polling and all of these trigger have some repository and branch. When I push code to the repository, I hope the 3 pipeline should all…
zpyu
  • 11
  • 4
1 2 3
4