Step-by-Step Guide to Jenkins CI/CD for Three-Tier Apps
Jul 7, 2025 · 4 min read · 1) Overview In this blog, we will explore Jenkins setup and try to build a CI/CD pipeline in it.We will be making a pipeline for a simple three-tier app (React, Node.js, MySQL). 2) Setup of Jenkins We will be doing the setup of Jenkins on a local mac...
Join discussion