Shaik Mustafadevops-cicd.hashnode.dev·Dec 20, 2024From Code to Deployment: The Power of Jenkins in CI/CDJenkins is a powerful tool that simplifies the software delivery process. It’s a flexible platform used for a variety of software engineering tasks, but its main focus is managing CI/CD pipelines. Jenkins ensures that code changes are tested, validat...42 readsJenkins
Venkatesh Sarivisettyiamvenkat.hashnode.dev·Dec 9, 2024Mastering Variables in Harness Pipelines: A Comprehensive GuideHarness is a powerful Continuous Delivery (CD) platform that enables teams to simplify their deployment workflows. One of its key features is the ability to use variables, which make your pipelines dynamic, flexible, and maintainable. In this blog, w...Harness Pipelines
Prince OnukwiliforfreeCodeCampfreecodecamp.org·Dec 5, 2024The CI/CD Handbook: Learn Continuous Integration and Delivery with GitHub Actions, Docker, and Google Cloud RunHey everyone! 🌟 If you’re in the tech space, chances are you’ve come across terms like Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment. You’ve probably also heard about automation pipelines, staging environments, pro...Continuous Integration
HexaHomehexadecimalsoftware.hashnode.dev·Nov 21, 2024CI/CD Pipelines Made Simple: A Beginner's Guide to Automating Your WorkflowIn the fast-paced world of software development, delivering high-quality software quickly and efficiently is crucial. This is where CI/CD pipelines come into play. If you’re new to the concept, don’t worry! This guide will walk you through everything...Devops
Mohammed Umarumarcode.hashnode.dev·Nov 6, 2024Building CI/CD Pipelines with Docker, Jenkins, and AWS for a Web ApplicationIn today’s fast-paced development world, Continuous Integration (CI) and Continuous Deployment (CD) have become essential practices to streamline the software delivery pipeline. Recently, I had the opportunity to build and implement a robust CI/CD pi...59 readscicd
akash javaliblog.akashjavali.com·Oct 25, 2024DevOps for Beginners: A Complete Guide to Getting StartedAs more companies strive to keep up with the rapid evolution of technology, DevOps has become a popular practice to bridge the gap between development (Dev) and operations (Ops). It’s the backbone for efficient, agile, and collaborative software deve...32 readsAutomation in DevOps
Manoj Bharadwajabharadwajwrites.hashnode.dev·Sep 26, 2024Streamlining Jenkins Pipelines with Docker: A Step-by-Step GuideIn this article, we will discuss how to use Docker with Jenkins. Why to use Docker with Jenkins. In traditional way of configuring jenkins pipeline. It works on master-slave architecture. In that architecture multiple machines must be in running stat...Devops
Ali Hassan Khan Yousafzaialihassankhan.hashnode.dev·Sep 25, 2024Jenkins Installation: A Step-by-Step GuideJenkins, a popular open-source automation server, facilitates continuous integration (CI) and continuous delivery (CD) for DevOps teams. It automates various stages of software development, from building to testing, and makes the deployment process m...Jenkins
CodeRowercoderower.hashnode.dev·Sep 23, 2024A Full Guide to Making Sure Stable Releases to Production with UI Automation TestingIntroduction: When it comes to making software, the path from code to production is not always easy. Making sure that updates to production settings are stable is one of the most important parts of this trip. Releases that aren’t stable can cause pro...uiautomation
Guillaume Dormoygdsource.hashnode.dev·Sep 16, 2024Effective CI: A Comprehensive GuideIntroduction: The Tale of Two CIs As a software developer and manager, I've experienced the highs and lows of working with different Continuous Integration (CI) systems. Let me share two contrasting stories that shaped my understanding of what makes ...Continuous Integration