vikas bhaskar vooradidevjourney.co.in·Dec 18, 2024Running Jenkins on Docker for WindowsA Step-by-Step Guide to Running Jenkins in Docker on Windows Running Jenkins using Docker on Windows simplifies its installation and ensures a clean, isolated environment. Here's how I achieved this setup Prerequisites Docker for Desktop: Make sure D...Devops
vikas bhaskar vooradidevjourney.co.in·Dec 15, 2024Building a Dockerfile on Docker for Desktop (Windows) to Run Python Script and Capture Output in a FileLet’s break down each section step by step Build Docker file 1. FROM ubuntu: FROM ubuntu 2. Install Python and pip: RUN apt-get update && apt-get install -y python3 python3-venv apt-get update: Updates the package list to make sure we get the late...Python
vikas bhaskar vooradidevjourney.co.in·Dec 13, 2024Create SonarQube User & Integrate Jenkins Pipeline for Seamless ScanningToday, in this post, I’ll walk you through how I created a new SonarQube user, granted all necessary privileges, added the user to groups, assigned admin rights, and integrated them into Jenkins for seamless code scanning. Create new user on Sonarqub...28 readssonarqube installation
vikas bhaskar vooradidevjourney.co.in·Dec 9, 2024Multibranch Pipeline in SonarQube Community EditionI'm seeking new opportunities that fit my skills and experience. If you are aware of any openings, please contact me! : vikasvooradi.developer@gmail.com When working with SonarQube Community Edition, it’s important to note that this version does not ...Devops articles
Ankit Rajupstream-downstream-job.hashnode.dev·Nov 21, 2024🚀 Understanding Upstream and Downstream Jobs in JenkinsJenkins is a fantastic tool for automating your workflows. One of its coolest features is upstream and downstream jobs, which help manage dependencies between tasks. Let’s dive in to learn what they are and how to use them—step by step, with emojis! ...1 likeJenkins
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Nov 15, 2024Mastering CI/CD with Jenkins and Freestyle ProjectsIntroduction In today's fast-paced software development landscape, Continuous Integration (CI) and Continuous Delivery (CD) are essential practices for maintaining high-quality software delivery pipelines. This technical guide explores how to leverag...#90daysofdevops
Kiran Pawarkiranpawar.hashnode.dev·Nov 15, 2024Setting Up a CI/CD Pipeline for a Spring Boot Application on AWSThis tutorial guides you through setting up a CI/CD pipeline to deploy a Dockerized Spring Boot application to AWS. We’ll create a Dockerfile, build an image, push it to AWS Elastic Container Registry (ECR), and deploy it using AWS Elastic Container ...27 readsDevOps CI/CD Projects#cicd #jenkins #goal
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 Sutarlearn-jenkins.hashnode.dev·Sep 22, 2024Introduction to Jenkins- Day 1Introduction This article briefs about "Jenkins", a tool for continuous integration and continuous delivery (CI/CD). What is Jenkins? Jenkins is an open-source automation server widely used for continuous integration (CI) and continuous delivery (CD)...Jenkins-in-10-days#cicd #jenkins #goal
Vibhuti Jainvibhutijain.hashnode.dev·Sep 9, 2024Day-22 : Getting Started with JenkinsWhat is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...Jenkins