Pipelines allows Jenkins to support continuous integration (CI) and Continous Delivery (CD). Pipeline are nothing but the Jenkins jobs the simple text scripts are based on Groovy Programming language. Pipeline… Read more »
In this tutorial we will learn about triggering the CI Build with Git Hub Push notifications or Pull notifications automatically by using Jenkins Web Hook URL. The Jenkins Web Hook… Read more »
In this tutorial we will learn about resolving the merge conflicts in Git and Github. Git can often resolve differences between merged branches. Usually, the changes are on different lines,… Read more »
DevOps Tutorial-1 Pushing the Code to Github In this tutorial we will discuss about the significance of Github in Real Time Projects and also we will see step-by-step process of… Read more »