In Blue Ocean the last step is marked failed. The step that actually failed is a few steps earlier
I have deleteDir() at the very last in try-catch-finally on every parallel build node. This on order to clean up. "Recursively delete the current directory from the workspace" Blue Ocean has this step marked as failed. <https://lh3.googleusercontent.com/-BzwtsFbL7Qo/Wtcatah4f5I/AAAAAAAAGhw/myi6gV7fCtEfHJhXcNLWH3gjLDoQVbx5wCLcBGAs/s1600/Spectacle.TJ7537.png> It is always the last step that fails, in addition to the actually failed step. If I remove deleteDir() it is the previous step that now fails. -- 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/8356fec3-d653-457b-8596-2cbb7ef86ea5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
