Hi, If I understood correctly you could add the below shebang in each script file
#!/bin/bash -xe Then in case of any errors of those children scripts will be trapped accordingly. you might need to review whether you use any traps I hope it helps Cheers -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/664e2130-6309-442a-baed-a0ae1014cc89%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
