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.
