In this video, I build, package and deploy my spring boot application using Jenkins. First, I show how to install Jenkins, then I create a Jenkins pipeline that does a maven build, creates a docker image and deploys the application to Kubernetes with HELM.
00:00 Jenkins Introduction
01:23 Jenkins Installation
03:18 Creating a Jenkinsfile
04:45 Credentials
05:38 Creating a pipeline job
07:15 Running a pipeline job
08:10 Adding Maven install to job
10:55 Adding docker build to job
13:18 Adding HELM install to job
17:44 Jenkins conclusion