Bittu Sharmabittublog.hashnode.dev·Nov 25, 2024The Beginner's Guide to Maven: Learn and ImplementMaven is a powerful build automation and dependency management tool used primarily for Java projects, although it can be used for projects in other programming languages as well. It provides a comprehensive set of features to help manage the software...Discussmaven
Ankit Rajjenkins-shared-libraries.hashnode.dev·Nov 21, 2024🚀 Mastering Jenkins Shared Libraries: The Secret to Scalable CI/CD 🌟If you’re working with Jenkins 🛠️, you probably know the beauty of automation and CI/CD pipelines. But as projects grow and pipelines get complex, managing repetitive code can become a nightmare. Enter Jenkins Shared Libraries—your key 🔑 to making ...Discuss·1 likeDevops
Rohit Jangradevops-docker.hashnode.dev·Nov 4, 2024Master Maven for DevOps: A Step-by-Step Guide from Beginners to ExpertsIf you're diving into DevOps, you've likely come across Maven—a powerful build automation tool primarily for Java projects. In this guide, I’ll walk you through the essentials of Maven, from setting it up to using it in CI/CD pipelines. 🚀 Introducti...Discussmaven
Seun Bdevblog.seunb.com·Oct 10, 2024Artifactory: Centralizing Artifact Management for DevOps SuccessIntroduction In software development environment, the need for efficient artifact management is paramount. As a DevOps Engineer, I recognized the necessity of streamlining the deployment process and ensuring a reliable artifact repository for Java ap...DiscussLinux
Utsav Sonkarsigmadevutsav.hashnode.dev·Oct 6, 2024Get Started with MAVEN: Basic to IntermediateWelcome to Week 8 of my ‘Learn in Public’ journey! 🚀 This week, I’m excited to dive into Maven, a powerful build automation tool widely used in the Java development ecosystem. Maven simplifies the process of managing project dependencies, compiling ...DiscussDevOps Basics in 3 MonthsDevops
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
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