200-901 · Question #24
Which CI/CD tool is an automation tool used to build, test, and deploy software?
The correct answer is C. Jenkins. Jenkins is the most widely used open-source CI/CD automation server used to build, test, and deploy software through pipelines. Nagios is a monitoring and alerting tool, not a CI/CD tool. Gradle is a build automation tool (compile/package), but it does not manage full CI/CD…
Question
Which CI/CD tool is an automation tool used to build, test, and deploy software?
Options
- ANagios
- BGradle
- CJenkins
- DGit
How the community answered
(60 responses)- A2% (1)
- B5% (3)
- C90% (54)
- D3% (2)
Explanation
Jenkins is the most widely used open-source CI/CD automation server used to build, test, and deploy software through pipelines. Nagios is a monitoring and alerting tool, not a CI/CD tool. Gradle is a build automation tool (compile/package), but it does not manage full CI/CD pipelines on its own. Git is a version control system used to track code changes, not to automate builds or deployments.
Topics
Community Discussion
No community discussion yet for this question.