Build Pipeline in Jenkins

I talked briefly about Jenkins Pipeline in the tutorial Install Pipeline plugin in Jenkins, in this tutorial, I will guide you through the basic steps to use Pipeline, to build any project in the Jenkins. For example, I will use the example project in the… Read More

Configure JDK in Jenkins

To be able to build Java projects in Jenkins, the first thing we need to do that is: configure the JDK information. In this tutorial, I will guide you all how to configure JDK in Jenkins. First, just login into your Jenkins with the admin account,… Read More