Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 241
What is a procedural component of CI/CD pipelines?
Answer options
- A. Bundled artifacts must be generated.
- B. Every test must pass for the pipeline to continue its execution.
- C. Some tests fall without stopping the pipeline execution.
- D. The release label that identifies the build is optional.
Correct answer: B
Explanation
The correct answer is B because in CI/CD pipelines, ensuring that every test passes is crucial for the workflow to proceed without issues. Option A is incorrect as it describes a requirement but not a procedural component, C is wrong because failing tests should ideally stop the pipeline, and D is incorrect as release labels are important for tracking builds.