Koti Vellankithekoti.hashnode.dev·Oct 8, 2024Day 2: Zero to Hero in Jenkins for DevOps Engineers — TheoryPart -1: Theory Welcome to Day 2 of our 15-Day DevOps Interview Preparation Series! 🎉 Today, we’ll cover everything you need to know about Jenkins from beginner concepts to advanced scenarios. This guide is designed to be a one-stop resource that ...DiscussJenkins
Nihal Shardulnshardul.hashnode.dev·Oct 7, 2024Basic Jenkins Pipeline SetupIn this blog post, we’ll walk you through deploying Jenkins on an AWS EC2 instance and creating a simple pipeline using the Pipeline: Stage View plugin. This step-by-step guide will help you leverage the capabilities of Jenkins to enhance your workfl...DiscussAWS
Alexander PanovforRoyalZSoftwareroyalzsoftware.de·Oct 3, 2024Self-Hosted GitLab Runner for iOS: Rent, Buy, or Hack?Managing GitLab CI/CD can be overwhelming, especially when it comes to deploying iOS/macOS applications. Recently, we released a comprehensive Udemy course covering everything about GitLab CI/CD pipelines, from beginner to advanced topics. Whether yo...DiscussGitLab
Alla Yasheelacloud-z.hashnode.dev·Oct 1, 2024Jenkins Pipeline for SonarQube Quality Gate ChecksHey everyone! In this blog post, I'll show you how to create a Jenkins pipeline that integrates with SonarQube for automated code quality checks. Step 1: Prerequisites – Jenkins and SonarQube Integration Before we get started with the pipeline, make ...DiscussAzureDevOpssonarqube quality gate
Rajat Kumar Nayakrajatinfocus.hashnode.dev·Sep 28, 2024Unlocking CI/CD in AWSHey guys !! 👋 So let me just brief you on what CI/CD is before going into technicalities. CI/CD in AWS is like setting up an automatic assembly line for your code. Imagine you’re building something in a factory. Instead of doing everything by hand, ...Discuss·42 readsAWS
Alla Yasheelacloud-z.hashnode.dev·Sep 26, 2024Deploying Jenkins and Building a Simple Pipeline on AzureIn this guide, we will continue our journey by creating a Jenkins Agent VM in Azure, configuring it, and setting up a simple pipeline. Let’s get started! Step 1: Verify Jenkins Status First, we need to ensure that Jenkins is running on our VM. Comman...DiscussAzureDevOpsmaven integration
Rohit Paulrohitpaulscodism.hashnode.dev·Sep 24, 2024FeaturedMastering Node.js Streams with TypeScript: A Complete GuideStreams are one of the core concepts in Node.js, enabling efficient reading and writing of large datasets. Instead of loading the entire content into memory, streams allow handling data chunk by chunk, making them especially useful for working with l...Discuss·28 likes·377 readsNode.jsNode.js
Adya Prasadadyaprasad.hashnode.dev·Sep 24, 2024Best Way to Build Jenkins CI/CD Pipeline on Kubernetes in 2024Continuous Integration and Continuous Deployment (CICD) pipelines stand as pivotal frameworks in tech industry for automating the software delivery process and its performance. This tutorial will teach you how to create an infrastructure for an auto...Discuss·10 likes#adyaprasad
Amitabh soniamitabhdevops.hashnode.dev·Sep 24, 2024Jenkins CI/CD ( Declarative Pipeline ) with GitHub Integration ( Deploying Django Notes Application )This comprehensive documentation outlines the process of setting up a CI/CD pipeline using Jenkins, GitHub, and Docker for deploying a Django Notes Application. The integration allows for seamless deployments whenever changes are made in the GitHub r...Discuss·10 likes·27 readsDevops
Mahmoud Shararasharara-devops.hashnode.dev·Sep 23, 2024What is CI/CD?Overview CI/CD, which stands for Continuous Integration and Continuous Delivery/Deployment, is a key practice designed to enhance the software development process, making it more efficient and faster. Continuous Integration (CI) refers to the practic...Discuss·10 likesci-cd