I\'m using Jenkins for testing/build purposes, so I created a MultiJob project with this configuration:
First you need add to the "install job" a string parameter called "BUILD_ID" and then once your build job is done you can "Trigger Parametrized build on on other project " and add the parameter of the next build being the BUILDID=%BuildID%
For more info on paramterized job on Jenkins read the following link: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build
you might need to install a plugin for that. Link above.