QuestionQ469
Application Deployment and SecurityRefer to the exhibit.

An engineer is configuring a CI/CD pipeline for a new application that relies on other services. The services must be prepared in advance. The pipeline must install build dependencies. One pipeline stage fails. What is causing the issue?
- A A package is missing.
- B The unit test failed.
- C The dependent services are not ready.
- D The CI syntax is invalid.
Community Discussion