User interaction during build
One answer
Let's say we have a project with 15 steps. To execute step number 10 (and the rest of the build) the user must see the previous output to check if everything is ok. This analysis must be done by the user, we can't use log filters. Is this possible?
Thanks!
.break will stop the build so the user can look over the results and then restart the build. You could even use .email to send an email notifying the users prior to the .break step.