#jenkins
Read more stories on Hashnode
Articles with this tag
01. Whatโs the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI), Continuous...
What is Jenkins Master (Server)? Jenkins Master, also known as Jenkins Server, is the primary node in a Jenkins architecture that manages and...
What is Continuous Delivery Pipelines? How does it work? In a Jenkins pipeline, every job or event has some sort of dependency on at least one or more...
Task: Creating README.md file Let's document the process of building the CI/CD pipeline that we did yesterday as a part of the day-24 task. Navigate...
What is GitHub Webhook As of my last update in September 2021, a GitHub webhook is a mechanism provided by GitHub to allow external systems to be...
What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...