Github Webhook

How to analyze Github events using Logz.io

Reading Time: 3 minutes Hello Readers! In this blog, I will show you how we can analyze GitHub events using logz.io. Here GitHub events can be committed details, pull requests raised to that repository, code changes your repository details, etc. Logz.io is a platform for you to monitor your application. So, let’s get started!!! Step 1: Create an account in logz.io. It gives you 14days free trial. Follow the Continue Reading

Webhook – An Interesting way to commune between applications

Reading Time: 5 minutes In this we are going to talk about a way or method to communicate between apps over the web which is gaining popularity nowadays. As we know, Polling is one of the ways by which we can communicate between apps to share information. There is also another way by which we can communicate i.e., WEBHOOK. Webhooks are automated messages or information that an app sends to Continue Reading

jenkins

Multibranch Pipeline(With Github-webhook)

Reading Time: 4 minutes Before starting with a multibranch pipeline using jenkins. Lets first see what is jenkins. Jenkins: Is a free and open-source automation server or we can say it tool. It helps to automate the parts of software development related to building, testing and deploying, facilitating continuous integration and continuous delivery. So we can say that jenkins is a tool which is used to create a CI-CD Continue Reading