Add a Production Approval Gate
Pause deployment for an explicit human confirmation.
A beginner Jenkins challenge worth 3 points. Solve it hands-on in a real Jenkins environment in your browser - no local setup, no fake shells.
The Challenge
Scenario: A successful test currently deploys to production without release-manager approval.
Requirements:
- Replace the bypass in Approve production with an
inputstep - Show the message
Deploy to production? - Label the confirmation button
Proceed - Start the build, approve it in Jenkins, and let Deploy finish