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. Then you run tests (unit tests) to confirm the desired behaviour at low-level.…



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” an existing Scala project from “GitHub” repository, and then build…



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…



800+ Java & Big Data Interview Q&As

200+ Java & Big Data Tutorials

Top