400-007 · Question #245
In search of a system capable of hosting, monitoring compiling. and testing code in an automated way, what can be recommended to the organization?
The correct answer is A. Jenkins. Jenkins is the industry-standard CI/CD automation server for hosting, monitoring, compiling, and testing code in an automated pipeline.
Question
In search of a system capable of hosting, monitoring compiling. and testing code in an automated way, what can be recommended to the organization?
Options
- AJenkins
- BAnsible
- CPerl
- DChef
How the community answered
(18 responses)- A89% (16)
- C6% (1)
- D6% (1)
Why each option
Jenkins is the industry-standard CI/CD automation server for hosting, monitoring, compiling, and testing code in an automated pipeline.
Jenkins is an open-source automation server specifically designed to host code repositories, monitor builds, compile source code, and execute automated tests as part of a continuous integration and delivery pipeline, directly satisfying all stated requirements.
Ansible is a configuration management and infrastructure automation tool focused on provisioning and deploying systems, not a CI/CD platform for compiling and testing code.
Perl is a general-purpose scripting language, not a platform for hosting or automating build and test pipelines.
Chef is a configuration management tool used to automate infrastructure provisioning and enforce system state, not a CI/CD system for code compilation and testing.
Concept tested: CI/CD automation server tool selection
Source: https://www.jenkins.io/doc/
Topics
Community Discussion
No community discussion yet for this question.