Unnati Guptadevunnatig.hashnode.dev·Oct 23, 2023Complete Jenkins CI/CD ProjectIf you don't know about Jenkins and also don't know about the "Freestyle Project in Jenkins" Please go through the below article: https://hashnode.com/edit/clnlldg6700030al28gfjerv2 Task-01 Fork this repository: Click on this "Fork" button. A...Discussjenkinsproject
Ajay Giteajaygite.hashnode.dev·Sep 19, 2023Jenkins Freestyle Project for DevOps EngineersWhat is CI/CD? CI/CD stands for Continuous Integration and Continuous Delivery (or Deployment). Continuous Integration is the practice of frequently merging code changes into a shared repository. It involves automating the build, unit testing, and co...Discuss·29 readsday23
Rahul Tdevrahul.hashnode.dev·Aug 28, 2023Day25 of #90daysofdevops | Complete Jenkins CI/CD Project - Continued with DocumentationTask-01 Document the process from cloning the repository to adding webhooks, and Deployment, etc. as a README , go through this example A well written readme file will help others to understand your project and you will understand how to use the pr...DiscussDevops
Biswaraj Sahoobiswaraj333.hashnode.dev·Jul 9, 2023DevOps(Day-23) : Jenkins Freestyle ProjectTABLE OF CONTENTS What is CI/CD? What Is a Build Job? What are Freestyle Projects ?? Task-1 Task-2 What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a singl...DiscussJenkins