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鈥檚 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
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 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 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
Kishor Tatesettingupjenkinsagent.hashnode.dev路Dec 10, 2024Jenkins Agent Setup: Enhancing Your CI/CD WorkflowIntroduction: In the world of CI/CD, Jenkins stands out as a versatile tool for automating your software development workflows. While Jenkins' master node is powerful on its own, scaling your builds and deployments often requires setting up Jenkins a...jenkins_agent
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鈥檚 important to note that this version does not ...Devops articles
Anjali Kashyaplearndevopswithanjalikashyap.hashnode.dev路Dec 6, 2024Day 23 Task: Jenkins Freestyle Project for DevOps EngineersWhat is CI/CD? CI (Continuous Integration) is the practice of automating the process of merging code changes from multiple developers into a shared codebase. Developers frequently commit their code to a central repository (like GitHub, GitLab, or Bit...#90daysofdevops
Bittu Sharmabittublog.hashnode.dev路Dec 1, 2024What Does CI/CD Mean? Exploring Continuous Integration and DeliveryCI/CD stands for Continuous Integration and Continuous Delivery (or Deployment). It is a software development practice in which code changes are automatically built, tested, and deployed to production. Continuous Integration (CI) refers to the proces...Jenkins
Ankit Rajcommunity-branch-plugin-in-sonarqube.hashnode.dev路Nov 27, 2024馃殌 Step-by-Step Guide to Community Branch Plugin in SonarQubeSonarQube is a powerful tool for code quality and security. With the Community Branch Plugin, you can extend its functionality to include branch analysis, even in the Community Edition. Let's walk through setting up this tool with Jenkins in a Docker...Jenkins
Ankit Rajsecurity-in-devops-sonarqube.hashnode.dev路Nov 23, 2024馃殌 Security in DevOps: Integrating SonarQube with JenkinsIn DevOps, where speed and agility are crucial, security and code quality must remain a top priority. This is where SonarQube shines! It helps automate code quality checks, identify vulnerabilities, and enforce best practices. Let鈥檚 explore SonarQube...sonarqube