Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 10
A DevOps engineering wants to build an application implementation based on the CI/CD pipeline model. Which service should be used to provide hosted continuous service for open and private projects?
Answer options
- A. Ansible
- B. pyATS
- C. Genie CLI
- D. Travis CI
Correct answer: D
Explanation
The correct answer is Travis CI, as it is specifically designed for continuous integration and delivery, supporting both open-source and private repositories. Ansible is an automation tool, pyATS is for testing, and Genie CLI is a network automation tool, none of which provide the continuous integration services that Travis CI does.