Jenkins stands as a pillar of automation, streamlining workflows, and enhancing collaboration. As an open-source automation server, Jenkins is the tool of choice for building,
Tag: Jenkins
CI/CD Pipeline-as-code with Jenkins and Docker
CI/CD Pipeline-as-code with Jenkins and Docker is a way of creating and managing a continuous integration and continuous delivery pipeline using code files and Docker
How to setup CICD with Jenkins, Git, AWS EC2 and CodeDeploy
Problem Statement: Setup a CI/CD pipeline using the tools your of choice(or preferably the mentioned tools). 1. It should deploy a simple web application to
Jenkins From Scratch
Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. It is a
Continuous Integration With Jenkins
Why do we need Continuous Integration? Detect problems or bugs, as early as possible, in the development life cycle. Since the entire code base is
How to setup a CI/CD Pipeline – a Jenkins Example
What is a CI/CD pipeline? The primary goal of a CI/CD pipeline is to automate the software development lifecycle (SDLC). The pipeline will cover many