Althaf Hussainalthaf-hussain-jenkins-ci-cd.hashnode.dev·Dec 16, 2024Mastering CI/CD with Jenkins: A Complete Guide for BeginnersJENKINS — CI/CD — PIPELINE 👋 Welcome to the CI/CD world! What is CI/CD? CI- Continuos Integration CD — Continuos Deployment CD — Continuos Delivery Continuous Integration: Continuous Integration (CI) is the practice where developers regularly merge...Jenkins
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
Santosh Ncsantoshnc.hashnode.dev·Nov 29, 2024Automating the Deployment of a Full-Stack Application with Jenkins and DockerIntroduction In today's fast-paced development environment, automating deployment pipelines is crucial for efficiency and reliability. In this blog, we will walk through setting up a Jenkins CI/CD pipeline for deploying a full-stack application — a R...Jenkins
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
Vinay Tiladaembarking-on-my-devops-journey.hashnode.dev·Nov 26, 2024Weekly Blog Series: My AWS DevOps Certification JourneyI’m excited to launch a new weekly blog series documenting my journey through the AWS DevOps Specialization on Coursera! Each week, I’ll share what I’m learning, the hands-on projects I’m tackling, and the real-world skills I’m developing as I work t...Devops
Sam Atinksonsamatinkson.hashnode.dev·Nov 23, 2024How to Attain Business Success with CI/CD Pipeline Automation TestingIntroduction Continuous Integration and Continuous Deployment, a.k.a CI/CD, aim to provide usable software to users, allowing for insightful, real-world feedback. To remain competitive, several businesses have embraced DevOps. However, the quality of...CI/CD pipelines
Abhayabhayit2000.hashnode.dev·Nov 19, 2024Continuous Integration Testing - GuideContinuous Integration (CI) stands as a pivotal force in the ever-evolving realm of software development, seamlessly intertwining with DevOps and Agile methodologies. The essence lies in developers integrating code changes multiple times daily, ensur...132 readscontinuous integration testing
Munilakshmi G J100daysdevops.hashnode.dev·Nov 18, 2024Day 23 of 100 Days: CI/CD Basics: Setting Up a Simple Pipeline in Jenkins (Let's Automate!)Hello there, budding DevOps engineer! 🎉 Are you ready to explore the exciting world of Jenkins and CI/CD? Jenkins is your automation wizard, helping you build, test, and deploy code effortlessly. Let’s create a fun pipeline to say "Hello, World!" wh...ci-cd
Md Afrozday-23-task-jenkins-freestyle-project.hashnode.dev·Nov 15, 2024Day 23 Task: Jenkins Freestyle Project for DevOps EngineersSteps for Task 1: Automate Docker Build and Run in Jenkins Create a Freestyle Project in Jenkins: Go to New Item in Jenkins, create a new Freestyle Project, and name it something like FlaskApp_Build_Run. Source Code Management: In the Jenkins pr...Devops
David Montesdeocablog.davidmontesdeoca.es·Oct 28, 2024The one about linting in a legacy Ruby projectPreviously, I mentioned that I recently started working on a new project. New for me, of course. The platform of this American fintech consists of many applications developed in multiple programming languages, but mainly in Ruby. There are several de...standardrb