1 / 5
A commit will ___ the CI pipeline automatically.
-
-
-
-
A commit triggers a pipeline. Trigger is the precise collocation; the others are vague. So trigger the pipeline.
2 / 5
The pipeline will ___ the test suite on every push.
-
-
-
-
You run a test suite. Run is the standard collocation; the others do not fit. So run the test suite.
3 / 5
A failing stage will ___ the build immediately.
-
-
-
-
A stage fails the build. Fail is the precise collocation; the others do not fit. So fail the build.
4 / 5
The job will ___ artifacts for the next stage.
-
-
-
-
A job produces artifacts. Produce is the standard collocation; the others are vague. So produce artifacts.
5 / 5
Engineers ___ the pipeline to cut build times.
-
-
-
-
You optimize a pipeline. Optimize is the precise collocation; the others do not fit. So optimize the pipeline.