Blue Ocean will show/organize things per stage. And post-actions don't generate automatically a bullet/stage, hence is not shown. But I agree it probably should. You should file an issue for it, I think the team can consider this improvement, if not already possibly filed/planned.
Le 16 août 2017 19:54, "red 888" <[email protected]> a écrit : > I setup a post action like in the examples: > > > pipeline { > agent any > stages { > stage('Example1') { > steps { > bat 'return 1' > } > stage('Example2') { > steps { > echo 'Wont see this' > } > } > } > post { > always { > echo 'I will always say Hello' > } > } > } > > > So I do something in the first stage to make it fail. And I have a post > action that always runs, but what happens when I run my pipeline in > blueocean is it fails at the first stage and then just stops. Where do I > see the post action that is always supposed to run?? > > -- > 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/ms > gid/jenkinsci-users/588af3d5-1d9b-4bde-a8fe-e9200002f944% > 40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/588af3d5-1d9b-4bde-a8fe-e9200002f944%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CANWgJS7twzWwzjXxdUvB_JDMJL-VJRVJk35yGbte8vKDcLF99w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
