Moiz Asifmoiz-journeytodevops.hashnode.dev·Aug 31, 2023Day 23: Jenkins Freestyle Project for DevOps EngineersIn the previous blog, I explained what CI/CD is. Here’s the link to my blog: CI/CD. If you haven’t already installed Jenkins on your server, here are the steps to Install Jenkins on your system. What Is a Build Job? A build job in Jenkins is a define...Jenkins
Ritul Guptaritul.hashnode.dev·Apr 22, 2023Day 23 Task: Jenkins Freestyle Project for DevOps Engineers.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 to the...11 likes·139 readsDevops