Mar 9 路 4 min read 路 Now, 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 pr
Join discussionAug 19, 2025 路 5 min read 路 Namaste Folks! 馃檹 It's your favourite DevOps aficionado back with another insightful piece. With half a million of you keen learners tuning in, we're constantly exploring the practical side of DevOps. Today, we're taking it back to the basics with a ...
Join discussion
Mar 1, 2025 路 4 min read 路 What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently into t...
Join discussion
Jan 27, 2025 路 17 min read 路 What is Jenkins? Jenkins is an open-source automation server designed to help automate various aspects of software development, primarily building, testing, and deploying applications. It plays a key role in the DevOps lifecycle, making implementing...
Join discussionOct 27, 2024 路 5 min read 路 Mastering Jenkins Freestyle Projects for DevOps: A Beginner's Guide to CI/CD with Docker As part of our journey through #90DaysOfDevOps, today鈥檚 challenge is all about mastering Jenkins Freestyle Projects. This task is ideal for DevOps engineers to ...
Join discussionSep 24, 2024 路 9 min read 路 This comprehensive documentation outlines the process of setting up a CI/CD pipeline using Jenkins, GitHub, and Docker for deploying a Django Notes Application. The integration allows for seamless deployments whenever changes are made in the GitHub r...
Join discussion
Sep 10, 2024 路 5 min read 路 What is CI/CD? CI (Continuous Integration) is the practice of automating the integration of code changes from multiple developers into a single codebase. It involves developers frequently committing their work into a central code repository (such as ...
Join discussion
Sep 9, 2024 路 6 min read 路 What is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...
Join discussion
Aug 30, 2024 路 7 min read 路 This is a straightforward example of setting up a Jenkins Freestyle project for CI/CD, demonstrating how to efficiently manage your build, test, and deployment processes. Jenkins Freestyle Project In the context of Jenkins and CI/CD workflows, a "Job...
Join discussion