Blog Archives

01: Getting started with Jenkins on Docker tutorial

Jenkins is the most popular CI/CD server. There you create jobs that are triggered by some events (changed in a code repository, manually, etc). Those events invokes the steps like compiling to see if you can generate the executable.

Read more ›



02: Getting started with Jenkins Multibranch pipeline on Docker tutorial

This extends 01: Getting started with Jenkins on Docker tutorial. In this tutorial we will be using Jenkins to “checkout” … Read more ›...



03: Getting started with Jenkins build triggers on Docker tutorial

This extends the 02: Getting started with Jenkins Multibranch pipeline on Docker tutorial. The focus on this tutorial is the build triggers where the Jenkins pipelines can be executed based...



300+ Java & Big Data Interview FAQs

800+ Java Interview Q&As

Java & Big Data Tutorials

Top