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’s 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
Manav Rautday-1-of-90daysofdevops.hashnode.dev·Dec 19, 2024🚀 Jenkins: The DevOps Automation Hero🤔 What is Jenkins and Why is it Used? Jenkins is an open-source automation tool that supercharges software development by enabling Continuous Integration (CI) and Continuous Delivery (CD). Imagine having a dedicated assistant who never gets tired of...TrainWithShubham
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 14, 2024How I Triggered a Jenkins Job via CURL commandA Step-by-Step Guide to Triggering Jenkins Jobs with CURL Commands on Windows Install Jenkins on Windows Ensure Jenkins is installed and configured on your Windows machine. Download CURL Executable File By default, Windows comes with CURL. If it's...curl
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 10, 2024Blue Ocean in JenkinsBlue Ocean is a modern, user-friendly interface for Jenkins. It's designed to improve the CI/CD experience with an easy-to-use design. It makes pipeline creation simple, provides real-time updates, and works smoothly with GitHub and Bitbucket for bet...Jenkins
Pravesh Sudhapraveshstwt.hashnode.dev·Dec 6, 20243 Python Projects to Kickstart Python Learning💡Introduction Welcome to the World of DevOps and Python! It’s a common myth that DevOps engineers don’t code, but the truth is far from it. DevOps engineers often rely on programming skills to automate processes, manage infrastructure, and simplify ...1 likePython
Syed Dadapeerdrops.hashnode.dev·Dec 4, 2024Jenkins Setup: Simple Installation StepsImagine if your daily tasks were automated—your morning coffee prepared automatically, emails sent while you sleep, or reminders popping up when you need them. Sounds awesome, right? 🤩 Jenkins is like your virtual assistant, but for developers! 👨�...90DaysOfDevOpsJenkins
JERSON RONI CHAMBI CORIjerchambi2024.hashnode.dev·Dec 3, 2024Jenkins for CI/CD: Comparison with CircleCI and TeamCityIn this article, we explore Jenkins, one of the most popular Continuous Integration and Continuous Delivery (CI/CD) tools, and compare it with CircleCI and TeamCity. Our aim is to provide insights into the strengths and limitations of each platform t...Jenkins