On Tue, Mar 22, 2016 at 4:47 AM, domi <[email protected]> wrote: > if(currentBuild.result != null && > !"SUCCESS".equals(currentBuild.result)) { > ... > }
Yes that is the current recommendation. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANfRfr3j6gX67nkDU0Dk-XwnBkDDaV_Xku5BEGP5XEOfWjSnZA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
