Hi guys, This post isn't directly related to Ruby, but I thought I'll try my luck here anyway (mercy, moderators!!! :p)
I want to get your opinions on the following. I'm setting up various build plans for various projects on Jenkins. Let me illustrate the situation with an example Projects: - DB-Migrator. This is a Rails app that handles database migrations. - DB-ORM. This is a Perl ORM lib that interacts with the database, which is controlled by DB-Migrator - ClientApp. This is a project that uses DB-ORM lib. To me, ClientApp is a downstream to DB-ORM, and DB-ORM is a downstream to DB-Migrator. Goal: I want to make a build plan that will FAIL DB-Migrator if and of its downstreams fail (any level). This is how you guys will structure it? And I cannot seem to make Jenkins fail DB-Migrator upon downstream failures... Thanks in advance! Cheers, Jim -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/nJBY_xK6wDMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
