正解:B
A CI/CD (Continuous Integration/Continuous Deployment) pipeline aims to automate the process of integrating code changes, testing them, and deploying them to production with minimal manual intervention. This automation improves efficiency, reduces errors, and ensures consistency across deployments. The key goal is to streamline and expedite the software development lifecycle by allowing developers to focus more on coding and less on the deployment process. Manual interaction is minimized to maintain the flow and reliability of the pipeline.
Reference: Cisco DevNet Associate Certification Guide, Chapter 5, Section on CI/CD Pipelines.