BCBeau Carnesinfreecodecamp.orgCI/CD in Production with JenkinsAutomation is no longer just a "nice-to-have" skill, it powers modern software development. To help you master automation and CI/CD, we’ve just released a massive 17-hour Jenkins course on the freeCod17h ago·1 min read
VNVishnu Nukalainvishnunukala.hashnode.devHow to Prevent Concurrent Deployments in JenkinsIn many teams, deployments are automated using Jenkins pipelines. This works great—until two pipelines try to deploy to production at the same time. This can cause serious production issues: Conflict1d ago·4 min read
SPSumit Prasadintechnotesbysumit.hashnode.devEnable HTTPS in Jenkins Using Java Keystore (JKS)Works for: RHEL 7/8/9, Jenkins installed via yum/dnf (/etc/sysconfig/jenkins). Step 1 — Create a Java Keystore (JKS)Step 2 — Move Keystore to Jenkins DirectoryStep 3 — Edit Jenkins Startup ConfigStep 2d ago·3 min read
YDYushan Dewnuwan Jayaweerainthesudofiles.comBuilding a Java Maven CI/CD Pipeline with Jenkins and DockerAs part of my DevOps learning journey, I wanted to build something practical instead of only learning the theory. I decided to create a complete CI/CD pipeline for a Java Spring Boot application using3d ago·10 min read
NDNavya dubbakainfreestyleproject.hashnode.dev My First Beginner Freestyle Project -Challenges and TroubleshootingNow, We have created the foundation where successfully setting up Jenkins on an EC2 Ubuntu server, the next step was to connect Jenkins with a GitHub repository and automate the execution of a Java pr2d ago·4 min read
NDNavya dubbakainyourjenkins.hashnode.devIntroducing Jenkins!! CI/CD Automation That Never Sleeps You might be wondering, what exactly is this CI/CD that you hear about everywhere??? Let's break it down!!!! Imagine a team of developers pushing code all day. Without automation, someone has to manuaMar 4·2 min read
DGDevTools Guideindevtoolsguide.hashnode.devCI/CD Platform Comparison: GitHub Actions vs GitLab CI vs CircleCICI/CD Platform Comparison: GitHub Actions vs GitLab CI vs CircleCI Choosing a CI/CD platform isn't a decision you revisit often, so getting it right matters. The major platforms all do the basics (run tests, build artifacts, deploy code) but diverge ...Mar 3·7 min read
ACAbhinandan Chouguleinask-abhi.comPart 1: What is expected from this series?🔹 Introduction Why CI/CD pipelines are critical for modern cloud deployments. The importance of integrating security checks, automation, and monitoring. A quick overview of the tools used: JenkinsMar 1·2 min read
HSHema Sundharam Kollainhemasundharamkolla.hashnode.devFull-Stack CI/CD with Jenkins: Auto-Builds, GitHub Webhooks & Dockerized DjangoIn this article, I will show you how to: Create a Jenkins Pipeline Install required plugins Configure GitHub Webhook Enable automatic build trigger Deploy a Django app using Docker View pipelineMar 1·5 min read
RRCE.0psinrceops.hashnode.devJenkins Penetration TestingJenkins Penetration Testing is essential for identifying security vulnerabilities in Jenkins, an open-source automation server used for continuous integration (CI) and continuous delivery (CD). Built Feb 27·6 min read