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...33 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
Kishor Tatekishor-tate-jenkins-setup.hashnode.dev·Dec 10, 2024Step-by-Step Guide: Installing Jenkins on AWS EC2 for CI/CDIntroduction Jenkins is one of the most popular tools for automating CI/CD processes, enabling seamless software development and deployment. If you're looking to set up Jenkins in a cloud environment, AWS EC2 is a fantastic choice due to its scalab...jenkins setup
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
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
Santosh Ncsantoshnc.hashnode.dev·Nov 28, 2024How to Install Jenkins on Ubuntu 24.04 and Troubleshoot Common IssuesJenkins is one of the most popular open-source automation servers used for continuous integration and continuous delivery (CI/CD). Installing Jenkins on Ubuntu 24.04 is relatively straightforward, but you may encounter some common issues along the wa...jenkins articles
Santosh Ncsantoshnc.hashnode.dev·Nov 28, 2024Common Problems During Jenkins Installation and How to Resolve Them1. Jenkins Fails to Start Symptom: Running sudo systemctl status jenkins shows: jenkins.service: Failed with result 'exit-code'. Cause: This often happens when the port Jenkins is configured to use (default: 8080) is already in use. Solution: Check...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’s explore SonarQube...sonarqube
Munilakshmi G J100daysdevops.hashnode.dev·Nov 17, 2024Day 22 of 100 Days : Continuous Integration with Jenkins – Simplifying DevelopmentWelcome to Day 22 of our 100 Days of DevOps journey! Today, we’re diving into the world of Continuous Integration (CI) and exploring the magic of Jenkins, the superstar tool that makes CI possible. If you’re wondering how modern software teams delive...Jenkins