An other approach could be to configure these other projects to schedule a new build if the response from a URL call has changed from the previous response. This behavior enables you to poll URLs with a 2-hour period.
URLTrigger Jenkins plugin can achieve this feature. On Fri, Sep 7, 2012 at 6:47 PM, Kamal Ahmed <[email protected]>wrote: > Hi, > Here is the scenario: > > I am doing a REST Call, using a small Java Utility that i have written, to > get the "Last Successful" Build Number from TeamCity. > > I want to run this utility as a Jenkins Project every 2 hours, and compare > consecutive run results , and IF the current Run Result number is higher, > then > "Build Other Projects" as a Post Build Task > > Any Hints ? suggestions ? > > Thanks, > -Kamal. >
