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

Reply via email to