RKRivesh Kumarinrivesh.hashnode.devĀ·2d ago Ā· 12 min readCI/CD Pipeline for Java Web App Using Jenkins Pipeline Script on AWS EC2Introduction Continuous Integration and Continuous Delivery (CI/CD) is the backbone of modern software development. It is the practice of automating the steps that take your code from a developer's la00
RBRajesh Bindevrajesh.hashnode.devĀ·Jun 20 Ā· 8 min readDay 81: Jenkins Multistage Pipeline | 100 Days of DevOpsContent Today I worked on creating a Jenkins Multistage Pipeline for xFusionCorp Industries. The objective was to automate the deployment of a static website hosted in a Gitea repository and deploy i00
RBRajesh Bindevrajesh.hashnode.devĀ·Jun 19 Ā· 6 min readDay 80: Jenkins Chained Builds | 100 Days of DevOpsContent Today I worked on configuring Jenkins Chained Builds for xFusionCorp Industries. The DevOps team wanted a solution where Apache services on application servers would only restart after a succ00
RBRajesh Bindevrajesh.hashnode.devĀ·Jun 17 Ā· 5 min readDay 79: Jenkins Deployment Job | 100 Days of DevOpsContent Today I worked on configuring a Jenkins deployment job for xFusionCorp Industries. The objective was to automatically deploy a web application whenever a developer pushed new code to the Git 00
SSrikannaninsrikannan-sde.hashnode.devĀ·Jun 15 Ā· 1 min readHow do engineering teams measure the cost of CI failures?We talk a lot about build times and flaky test rates but I've rarely seen teams actually put a number on what CI failures cost them in developer time. The math seems straightforward: Average time to i10
RBRajesh Bindevrajesh.hashnode.devĀ·Jun 15 Ā· 8 min readDay 78: Jenkins Conditional Pipeline | 100 Days of DevOpsContent Today I worked on creating a Jenkins Conditional Pipeline for xFusionCorp Industries. The objective was to deploy different branches of a static website repository based on a Jenkins paramete00
SPSAI PRANEETH BHATTUinsaipraneethbhattu.hashnode.devĀ·Jun 14 Ā· 18 min readUnderstanding Dockerfiles: From Basics to Real-World DeploymentWhat Is a Dockerfile? A Dockerfile is a text file that contains a set of instructions for automatically building a Docker image. Think of it as a blueprint. You write down everything your image should00
HRHritik ranjaninblogs.hritikranjan.inĀ·Jun 14 Ā· 25 min readAWS Journey ā Week 1 | AWS Cloud Fundamentals & First Deployment šāļø Introduction to AWS & Public Cloud | Complete Beginner Guide for DevOps Engineers š š Introduction Cloud computing has completely changed the way organizations build, deploy, and manage applica00
LLeelaVathiinleela-devops.hashnode.devĀ·Jun 12 Ā· 4 min readMigrating Pipelines from Jenkins to GitHub Actions: How to Build Docker ImagesManaging your own Jenkins servers can be a huge headache. You constantly have to update plugins, fix server crashes, and configure build nodes. This takes away valuable time from your actual engineeri00
RBRajesh Bindevrajesh.hashnode.devĀ·Jun 12 Ā· 7 min readDay 77: Jenkins Deploy Pipeline | 100 Days of DevOpsContent Today I worked on creating a Jenkins Pipeline job to automate the deployment of a static website for xFusionCorp Industries. The objective was to fetch the latest code from a Git repository h00