Unnati Guptadevunnatig.hashnode.dev·Oct 23, 2023Complete Jenkins CI/CD ProjectIf you don't know about Jenkins and also don't know about the "Freestyle Project in Jenkins" Please go through the below article: https://hashnode.com/edit/clnlldg6700030al28gfjerv2 Task-01 Fork this repository: Click on this "Fork" button. A...Discussjenkinsproject
Akshay Phadkeakshayaphadke.hashnode.dev·Aug 20, 2023Day 26 Task: Jenkins Declarative PipelineWhat is Pipeline? In simple terms, a pipeline is a sequence of steps or stages that software goes through, from development to deployment. It automates the process, allowing for continuous integration, testing, and delivery. It ensures a streamlined,...Discuss·54 reads90 Days of DevOps#TWS
Muhammed Rameezmhmdrameez.hashnode.dev·Mar 3, 2023Jenkins CICD with GitHub IntegrationIn this article we will be deploying a node.js application on EC2 instance and we will create a CICD pipeline using Jenkins. Tools we will be using in the project: AWS-EC2 GitHub Docker Jenkins What is CICD pipeline? CI/CD (Continuous Integrati...Discuss·81 readsJenkins