So if I look at it from old jenkins view I can actually see it under the 
"Stage View" as "Declarative: Post Actions". But how do I view the 
Declarative: Post Actions in Blue Ocean?

On Wednesday, August 16, 2017 at 1:54:27 PM UTC-4, red 888 wrote:
>
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0d9c5d75-cfd2-4173-93f9-e15ba5463e75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to