#devopsengineer
Read more stories on Hashnode
Articles with this tag
What is Kubernetes? And why do we call it k8s? Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and...
What is a Jenkins pipeline? A Jenkins pipeline is a set of plug-ins to create automated, recurring workflows that constitute CI/CD pipelines. A...
Welcome back to our blog series! Today, we're diving into the deployment of a two-tier application on Docker using Jenkins. This guide assumes that...
Automating Job Builds Build Periodically This option is used to run the jobs at scheduled time. This field follows the syntax of cron (with minor...
In today's blog we will see how to pull code from GitHub and configure the jobs to run code pulled from GitHub. First, we need to install Git and...