CI CD pipeline refers to the process that automate the building, testing and deployment of software application to avoid any human error and maintain all reliability.
CI: regular merging small code changes into a shared repo where the codebase store. Ensure any code changes do not break the existing code base and help maintaining code quality
CD: process of automating the building, testing, staging of software application and finally releasing into production env