Looks like this feature was added on Jan 11, 2013:

Ignore
>
> You may also want to just ignore result of some job, that are optional for 
> your build flow. You can use ignore block for this purpose :
>
> ignore(FAILURE) {
>     build( "send_twitter_notification" )
> }
>
> The flow will not take care of the triggered build status if it's better 
> than the configured result. This allows you to ignore UNSTABLE < FAILURE < 
> ABORTED
>
> 0.7 (released Jan. 11, 2013)
>
>
>    - Add support for ignore(Result) 
>
>  


Here is Build Flows page:

   - https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin
   

-- 
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].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to