Check https://wiki.jenkins-ci.org/display/JENKINS/Text+Finder+Run+Condition+Plugin for checking the console log.
Triggerin a job on another Jenkins can be done in one of two ways: 1. Somehow make a HTTP GET request (e.g. use curl) to http://OTHERJENKINS/job/JOBNAME/build or 2. Use Jenkins command-line-interface. See http://OTHERJENKINS/cli for more details. -- Sami Kamal Ahmed kirjoitti 19.7.2012 kello 15.09: > Is there a way to trigger a remote jenkins "Build" based on if there is > "SUCCESS" String in the result > Thanks, > -Kamal.