Dear all,

i have a set of jenkins jobs with some bash code included in the "Execute
shell" window. The primary bash execution calls some scripts that at the
same time call some other scripts... this means; there is a set of children
and subchildren and sub-subchildren even. I would like to ensure that as
soon as a sub-child fails, the whole jenkins job is aborted.

The option "set -e" is not recursive, so I will have to add it to each
sub-parent, this makes the whole chain quite inflexible. At a certain
moment we will surely forget the "set -e" option.

Is there any plug-in or solution for this?. what i would like is that as
soon as an ERROR appears in the console output, the build gets just aborted
at that point.

Thanks a lot!
Patricia

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKN6ACh2oP6Y2yeKMy%2B9O0z4qf7aVtY%3D5DdqNqb1Yi1Qgn%3DgKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to