//////////////// https://linuxdady.com/how-to-integrate-jenkins-with-webhook/ https://linuxdady.com/how-to-setup-jenkins-server/ /////////////////// How to integrate jenkins with webhook BY DEEPAK KUMAR · PUBLISHED JULY 16, 2019 · UPDATED JANUARY 1, 2020 In this tutorial we are going to integrate jenkins with webhook . But before doing integration we should know concept of webhook like what is webhook and why we should use it? What are the use cases of webhook in our infra? Let’s clear all these doubts one by one. How to integrate jenkins with webhook What is webhook? Webhook is nothing it’s just a feature of our code management tool like Bitbucket, Gitlab, GitHub etc. I think it’s not clear still let move deeper with real time scenario suppose your developer is writing their code and they want CI/CD (Continuous Integration / Continuous deployment) means they want to test their code at every commit. If they are doing 5-6 commit in ...
Comments
Post a Comment