Dipanshudipanshu2005.hashnode.dev·Nov 13, 2023CI/CD For DevOpsHere are some of the benefits of CI/CD: Faster release cycles: CI/CD enables teams to release new features and bug fixes to production more quickly. This is because the CI/CD pipeline automates many of the tasks involved in the release process, such...Discuss·1 likeci-cd
Karl Heplerkarlhepler.com·Sep 8, 2023Continuous Integration DesignIf you have ever found yourself tasked with designing a continuous integration system for one or more teams, then you have likely encountered the "Test Type Debate". Everyone seems to have their own opinions about what constitutes unit tests, integra...Discuss·49 readsContinuous Integration
Bature James Raborabo.hashnode.dev·Sep 4, 2023Continuous Integration in Software DevelopmentIn response to the dynamic shifts in user demand and preferences, developers face the imperative to deliver software and feature updates that consistently align with end-user expectations. Achieving this goal necessitates the utilization of methodolo...DiscussDevops
Sumit Mondalsumit007.hashnode.dev·Aug 26, 2023"CircleCI: Weaving the Thread of Continuous Integration"Introduction In the ever-evolving world of software development, efficiency is the key to success. Developers are constantly striving to streamline their workflows, reduce errors, and ensure the rapid delivery of high-quality code. This is where Cont...DiscussCircleCI
Aditya Dhopadecodemyworld.hashnode.dev·Jul 31, 2023Creating CI Pipeline using GitHub Actions for Python ProjectWhy to choose GitHub Actions? Helps to Automate the workflow Highly Customizable; can create our own actions Smooth Integration with other GitHub features Active and Large Community Support Cost Associated; free for public repositories We will...Discuss·2 likes·46 readsEvery DevOps Novice must knowgithub-actions
Anirban Debanirban28.hashnode.dev·Jul 21, 2023Day 6: Configuring GitLab Runners and Job ArtifactsWelcome to Day 6 of our GitLab CI/CD series! Today we're going to dive deeper into GitLab Runners and discuss how to configure jobs to use specific runners and manage job artifacts. Let's get started! Configuring Jobs to Use Specific Runners You migh...Discuss·1 likeGitLab
Mohamed El ErakiforMohamed El-Eraky blogmohamed-eleraky.hashnode.dev·Jun 16, 2023#7 Manage Secrets, VariablesInception Hello everyone, This article is part of the CircleCI series, The knowledge in this series is built in sequence. Today's example will try to cover How to Set and Manage Environment variables across all Projects, a Specific project, or even a...Discuss·1 likeCircleCICircleCI
Abhishek Koleabhishekkole.hashnode.dev·May 16, 2023Continuous Deployment to Cloud Run using Cloud BuildGCP Services used: Cloud Build Cloud run Artifact Registry Source Code Repositories GitHub Link Implementation Steps: Enable the above-mentioned services in your GCP account. Set up your code repository. Create a Cloud Build configuration f...Discuss·78 readsGCP
Ajinkya Kumbharajinkyak423.hashnode.dev·Apr 23, 2023CI/CD Introduction - Part IIntroduction In today's fast-paced and rapidly changing software development world, delivering software quickly and efficiently has become more critical than ever before. Continuous Integration and Continuous Delivery, commonly known as CI/CD, have b...Discuss·2 likes·43 readsci-cd
Mike Longkosli.hashnode.dev·Jan 27, 20235 reasons why your CI system is a terrible Compliance System of Record“Why can’t we use our CI system for our Compliance System of Record (CSoR)?” This is a question we get asked a lot when we’re talking about compliance with regulated DevOps teams. And it’s a perfectly reasonable question to ask. If Jenkins, GitLab, G...Discussci