It's all about the answers!

Ask a question

User interaction during build


ep zee (9695) | asked Dec 27 '10, 8:59 a.m.
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!

One answer



permanent link
Robert haig (1.0k16) | answered Dec 27 '10, 11:06 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.