What is CI/CD pipeline? What is Jenkins?
CI/CD -> Continuous Integration and Continuous Deployment or Delivery.
It is a methodology of software development life cycle (SDLC).
Continuous Integration = Continous Build + Continous test
CI/CD Pipeline
When we build a CI/CD pipeline we keep in ...
coolsrj.hashnode.dev3 min read