Hi

I'm looking to set up jenkins to build a bunch of different python modules 
that are dependent upon each other.

Let's say I have a module app ("Web App") that is dependent upon another 
module ("Library").  I would like Web App
to be re-built whenever Library is rebuilt. 

In Jenkins I can achieve this with the "Build after other projects are 
built" build trigger.

However - I've already defined that dependency in my setup.py for my Web 
App module. What I'd really like to do is have Jenkins
"understand" the setup.py and set up the build triggers that way. This way 
if a developer changes a dependency they only need to
change it once.

Has anyone come across as similar problem? 

Thanks
Andy

-- 
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/d/optout.

Reply via email to