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?
Which of the following build steps is most appropriate to use to publish the artifact files of a build?
What's the difference between an upstream project and a downstream project?