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鈥檚 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...41 readsJenkins
Vijay Sheruvijaysheru.com路Dec 17, 2024Jenkins: A Beginner鈥檚 Guide to Automating Your Development WorkflowWhat is Jenkins? Jenkins is an open-source automation server that simplifies Continuous Integration (CI) and Continuous Delivery (CD). It automates repetitive development tasks like: Building code Testing software Deploying applications Using Je...Jenkins
Anurag Dutt duttanurag.hashnode.dev路Dec 14, 2024Octopus Deploy Demystified: A Practical Step-by-Step HandbookDeploying software can be a complex and time-consuming process, especially when managing deployments across multiple environments. Octopus Deploy is a powerful tool that can simplify and streamline your deployment strategy, allowing you to deploy wit...Cloud
Sahil Patilsahil-patil.hashnode.dev路Dec 11, 2024How to Set Up a CI/CD Pipeline Using JenkinsSetting up a CI/CD (Continuous Integration/Continuous Delivery) pipeline using Jenkins can transform how you develop and deploy software. It helps automate repetitive tasks, improves code quality, and reduces deployment time. In this guide, we'll wal...鈿欙笍 DevOps Masterycicd
Kishor Tatesettingupjenkinsagent.hashnode.dev路Dec 10, 2024Jenkins Agent Setup: Enhancing Your CI/CD WorkflowIntroduction: In the world of CI/CD, Jenkins stands out as a versatile tool for automating your software development workflows. While Jenkins' master node is powerful on its own, scaling your builds and deployments often requires setting up Jenkins a...jenkins_agent
Kishor Tatekishor-tate-jenkins-setup.hashnode.dev路Dec 10, 2024Step-by-Step Guide: Installing Jenkins on AWS EC2 for CI/CDIntroduction Jenkins is one of the most popular tools for automating CI/CD processes, enabling seamless software development and deployment. If you're looking to set up Jenkins in a cloud environment, AWS EC2 is a fantastic choice due to its scalab...jenkins setup
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鈥檙e in the tech space, chances are you鈥檝e come across terms like Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment. You鈥檝e probably also heard about automation pipelines, staging environments, pro...Continuous Integration
Felix Verduinfsvtech.hashnode.dev路Dec 5, 2024Automate Mass Approvals in Azure DevOps Pipelines with Canvas Apps and Power AutomateIf you're using Azure DevOps (ADO) pipelines, chances are you're leveraging Azure DevOps environments for gate approvals. This setup provides excellent control over when to promote a new version to the next environment. However, Azure DevOps' UI lack...AzurePipelines
Ansh Balandevopswithansh.hashnode.dev路Nov 29, 2024Part 1: Introduction to DevOps: Revolutionizing Software Delivery 馃殌What is DevOps? DevOps is not just a buzzword; it鈥檚 a transformative culture and process aimed at improving the way software is delivered. By automating and streamlining workflows, DevOps ensures faster, better, and cheaper software delivery. Imagine...Devops
Lakshay Dhoundiyallakshaydhoundiyal.hashnode.dev路Nov 21, 2024The Secret to Google's Uninterrupted Service: Zero Downtime During UpdatesIn today鈥檚 digital world, even a few minutes of downtime can cause significant revenue losses, reduce user trust, and damage a brand's reputation. For tech giants like Google, whose services support billions of users globally, maintaining 100% uptime...42 likes路89 readsGoogle infrastructure