ignore(FAILURE,SUCCESS,SKIPPED,ABORTED,UNSTABLE) {
  build("abc")
}
ignore(FAILURE,SUCCESS,SKIPPED,ABORTED,UNSTABLE) {
  build("xyz")
}

On Jan 30, 2014, at 2:54 PM, Irfan Sayed <irfu.sa...@gmail.com> wrote:

> hi,
> 
> i would like to build the set of jobs sequentially irrespective of their 
> build result 
> 
> using build flow plugin , can i do like this 
> 
> ignore(FAILURE,SUCCESS,SKIPPED,ABORTED,UNSTABLE) {
>     build( "abc" )
>     build( xyz" )
> }
> idea is , whatever is the build result of "abc" job, xyz job should get fired 
> 
> please suggest
> regards
> 
> 
> 
> -- 
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to