HYHamim Yasiningearcicd.hashnode.devJenkins Day 1: Before Jenkins, Understand How Software Gets BuiltSo I started learning Jenkins today. But before I even touched Jenkins, I realized something. I have no clue how software actually gets built and shipped end to end. Like yeah I can write code and pus1d ago·9 min read
BMBhanu Mathurthiinbhanudevsr211230.hashnode.devChapter-3: Scheduling Pipelines/Jobs in jenkinsCron: Cron is a syntax which is used to schedule a particular task, which means it will perfom all activities in that job. Cron Syntax: It has 5 starts * * * * * 1st star represents - no. of minutes 23d ago·3 min read
BMBhanu Mathurthiinbhanudevsr211230.hashnode.devWebhook integration with JenkinsJenkins Terminology: Job: Job is a task we are going to perform in jenkins. There are different types of jobs in jenkins: freestyle pipeline multibranch-pipeline, etc… Source Code Management here4d ago·3 min read
HSHema Sundharam Kollainhemasundharamkolla.hashnode.dev🧠 Understanding Jenkins Agents (From Basics)Before writing our pipeline, we need to understand an important concept in Jenkins: What is an Agent in Jenkins? 🏗️ What is a Jenkins Agent? In Jenkins, an Agent (also called a Node or Slave in older versions) is a machine where your pipeline actual...6d ago·4 min read
GKGopal Kumarinstart-devops.hashnode.devDay7-devops-challangeContinuous Integration and Continuous Delivery (CI/CD) Definition Continuous integration (CI) is a modern software development practice in which incremental code changes are made frequently and reliably. Automated build-and-test steps triggered by ...Feb 14·7 min read
TITech Insights Hubintopperblog.hashnode.devJenkins Pipeline: Declarative CI/CDWhy Traditional Jenkins Approaches Fail at Scale The original Jenkins freestyle jobs and early scripted pipelines served their purpose when teams deployed monolithic applications weekly with manual QA gates. These approaches break down under modern c...Feb 12·8 min read
AMadas madasuintejainfo.hashnode.devDevOps Course in Telugu: Designing Reliable and Fast Software SystemsModern software systems must handle rapid updates, increasing user demands, and constant improvements without breaking stability. Achieving both speed and reliability together requires more than coding expertise. It demands a coordinated workflow whe...Feb 11·4 min read
BMBhanu Mathurthiinbhanudevsr211230.hashnode.devChapter 1: Introduction to JenkinsBefore moving on to Jenkins, we have to get to know about CI/CD. Continuous Integration: continuos integration is nothing but both build and test happens at same time, it is combination of continuos bFeb 8·5 min read
VPVishukumar Patelindevopsbyvishu.hashnode.devA DevOps Guide to Using AWS CodePipeline and CodeDeploy for CI/CDIntroduction Just imagine the scenario where you have a critical bug and have to deploy it immediately. The deployment process (assuming we are not using a CI/CD pipeline): Build the code locally Run tests (hopefully) SSH into production servers ...Feb 8·11 min read
AAkankshainakanksha-devops.hashnode.devTransforming DevOps: Building a Production-Ready CI/CD PipelineA hands-on story of breaking things, learning, and automating a React app deployment to AWS I built a fully automated CI/CD pipeline that takes a React application from code commit to production deployment on AWS in under 10 minutes. Along the way, I...Feb 7·9 min read