Global web icon
github.com
https://github.com/barlakshan/CI-CD-pipeline-with-…
CI/CD Pipeline with Docker and Jenkins - GitHub
This repository contains code for setting up a Continuous Integration/Continuous Deployment (CI/CD) pipeline using Docker and Jenkins. The pipeline automates the process of building, testing, and deploying applications, ensuring efficiency and consistency in software development workflows.
Global web icon
medium.com
https://medium.com/@mudasirhaji/complete-step-by-s…
Complete Step-by-Step Jenkins CICD with GitHub Integration
In this blog, we will deploy a node.js application on an EC2 instance and we will create a CICD pipeline using Jenkins. CI/CD is a method to frequently deliver apps to customers by...
Global web icon
towardsdev.com
https://towardsdev.com/streamlined-jenkins-ci-cd-p…
Streamlined Jenkins CI/CD Pipeline: - Towards Dev
By following this comprehensive guide, you’ll establish a powerful CI/CD pipeline using Jenkins with GitHub integration, empowering your development team to deliver high-quality software with speed and efficiency.
Global web icon
codezup.com
https://codezup.com/simplifying-ci-cd-pipelines-wi…
Streamline Your CI/CD Pipeline with GitHub Actions and Jenkins
This article aims to provide a hands-on, code-focused tutorial on implementing and optimizing CI/CD pipelines using GitHub Actions and Jenkins. Readers will learn how to set up and automate their CI/CD pipelines, write effective workflows, and overcome common challenges.
Global web icon
smartters.in
https://smartters.in/blog/how-to-set-up-ci-cd-usin…
How to Set Up CI/CD Using Jenkins with GitHub Integration
Tired of slow, manual deployments? Discover how to set up a powerful CI/CD pipeline with Jenkins and GitHub on Windows, and let your backend deploy itself.
Global web icon
devopstraininginstitute.com
https://www.devopstraininginstitute.com/blog/18-ci…
18 CI/CD Pipeline Examples from Big Tech Companies
Netflix's Spinnaker for Multi-Cloud Deployments Netflix's CI/CD relies on Spinnaker, an open-source continuous delivery platform it co-developed, ideal for multi-cloud environments. The pipeline kicks off with Jenkins handling CI: code from GitHub triggers builds, Docker image creation, and security scans.
Global web icon
github.com
https://github.com/manikcloud/Jenkins-cicd
GitHub - manikcloud/Jenkins-cicd: CI/CD Pipeline with Jenkins
It's 24-hours hands-on instructor-led training program covers Jenkins and CI/CD concepts, with topics distributed across 9 lessons. This GitHub repository contains all the hands-on lab materials on different branches.
Global web icon
geeksforgeeks.org
https://www.geeksforgeeks.org/git/how-to-set-up-co…
How To Set Up Continuous Integration With Git and Jenkins?
You've now set up a basic Continuous Integration pipeline using Git and Jenkins. Every time you push changes to your Git repository, Jenkins will automatically build and test your code.
Global web icon
devzery.com
https://www.devzery.com/post/guide-to-integrating-…
Guide to Integrating GitHub and Jenkins for CI/CD Success
Learn how to seamlessly integrate GitHub and Jenkins to automate builds and monitor statuses in pull requests.
Global web icon
medium.com
https://medium.com/@jaiymzndubuisi/a-step-by-step-…
A Step-by-Step Guide to CI/CD with Jenkins, GitHub, and Kubernetes
CI/CD stands for continuous integration and continuous deployment. Continuous Integration revolves around frequently integrating code changes into a shared repository. Its primary...