#jenkins
Read more stories on Hashnode
Articles with this tag
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI): It's like making...
The Jenkins architecture is designed for distributed build environments. It allows us to use different environments for each build project balancing...
Getting Started Open Jenkins: Go to Jenkins in your web browser. Log In: If you're not logged in, enter your Jenkins credentials. Dashboard: You'll...
Some terms for your Knowledge What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a...
Introduction: In this blog, we will delve into the step-by-step process we've covered up to Day 24 of our Jenkins CI/CD project. For a quick reference...
GitHub Integration with Jenkins In the realm of DevOps, Integration between GitHub and Jenkins stands as a pivotal point for achieving continuous...