PdfPrep.com

How do you achieve that goal?

Your Pipeline has three stages: build, test, and deploy. You want the build and test stages to run automatically (without requiring human interaction), but you want the deploy stage to require approval by a human being .

How do you achieve that goal?
A . Use an input step Just before the deploy stage.
B . Create a separate Pipeline to run the deploy stage.
C . This is not possible using Pipeline, because a Pipeline must run from start to finish without human interaction.
D . Use a stage step Just before the deploy stage.

Answer: B

Exit mobile version