shilpa tangamaster-jenkins.hashnode.dev·Oct 7, 2024Jenkins Series ( 7 Chapters)CHAPTER 1 : INTRODUCTION TO JENKINS Jenkins is an open-source automation server widely used for continuous integration (CI) and continuous delivery (CD) pipelines. It automates the building, testing, and deployment of applications, making it easier f...Jenkins
Hardik Gandhihardikgandhi.hashnode.dev·Jul 14, 2024E-Commerce Microservices Deployment on AWSWorkflow Overview: Code Repository Management: Structured a multibranch Git repository, with each branch dedicated to a specific microservice, ensuring clear separation and management of individual service codebases. Automated Environment Setup: ...251 readsGit Management
Gopinath Jgopinathblog.hashnode.dev·Apr 16, 2024Jenkins - CI/CDJenkins : Jenkins is an open source automation tool to automate the testing, building and deploying phases and it facilitates continuous Integration and continuous Deployment. In this, we are going to perform CI/CD for node js application using jenki...node js ci cd
Diksha Jadhavdikshacodes.hashnode.dev·Jan 19, 2024Streamlining Node.js Development and Deployment: A Jenkins CI/CD Pipeline on AWSIntroduction: In the fast-paced world of software development, continuous integration and continuous deployment (CI/CD) have become essential practices to ensure agility, reliability, and efficiency in the development lifecycle. This article will gui...10 likes·49 readsAWS Deployment
Emmanuel Yewandemrincredible.hashnode.dev·Oct 11, 2023Continuous Integration for a Tooling Website for beginnersA DevOps team utilizes various tooling solutions in order to help the team carry out their day-to-day activities in managing, developing, testing, deploying and monitoring different projects. This project also majors on how Jenkins contributes to the...CI/CD