Jenkins Conditions and Confirmations
Using a conditional expression, you can control Jenkins stage to run when a condition is validated. On the other hand, you can also pause the script for user input when running a stage. In this tutorial, we’ll explain what are conditions, user input confirmation, and How does Jenkins handle them?
Find out here!