Computer Science, asked by swapnalinarkar, 1 year ago

Which of the tools is not mandated for integration in a CI pipeline
1.Terraform
2.Selenium
3.Maven
4.Chef

Answers

Answered by myrakincsem
8

Hi,

Following is the answer to your question.

Maven is not mandated for integration in a CI pipeline.

Hence option 3 i.e. Maven is the correct option for this question.

I hope you are satisfied.

Thanks and Regards.


ramj6565: Ans is not maven
Answered by writersparadise
0

Terraform: A software  tool with which is built to maintain the versions of the infrastructure.

Selenium: A software automation tool that is used for testing the User Interface after delivery and installment. There is no need for the UI to be mandated for integration in a CI pipeline.

Maven: A software automation used to build an application and so it is useful for integration in a continuous integration pipeline.

Chef: Continuous delivery management and automatic building and deployment of an application is done by chef. So, it is mandated.  

Hence, (2) Selenium is not mandated for the integration in a CI pipe.

Similar questions