https://wiki.jenkins-ci.org/display/JENKINS/Multijob+Plugin
Its a plugin that creates a Job which in turn launches different sub-jobs.
I have a parent MultiJob job that launches various sub-jobs to build my executables. In the parent job I then want to do an analysis of the code using the DRY and TaskScanner plugins.
The build.xml file is generated by jenkins for each build and contains the information of the build. It can be found in the Builds directory for each build. For example:
C:\JenkinsHome\Builds\JobName\2645\
When the3 DRY or TaskScanner plugin is added as a post-build step, the build.xml is not generated for some reason.
What is a MultiJob task? Can you please describe in more detail on how to reproduce? Are there other plug-in involved? Who is generating a build.xml?