Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 241

What is a procedural component of CI/CD pipelines?

Answer options

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.