I have a job which uses the Jenkins Mercurial plugin to get the revision and changes information, and based on the list of modified sources in the Mercurial repo it will launch a set of build jobs via jenkins-cli.jar. The launched builds are thus a dynamic list of downstream builds generated from the parent job, only externally.
How can I propapate the changelog information from this parent jpb so that changes and revision info can be viewed in these downstream jobs ?
Thanks for helping.