QuestionQ469

Application Deployment and Security

Refer to the exhibit.

Question Image

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.
Explanation

The job environment does not contain the pytest command, as indicated by the shell error that it cannot be found. The pipeline is missing a required package or dependency that provides pytest.

Community Discussion

No comments yet. Be the first to start the discussion!