Hi all,

I have a Multijob that creates jobs based on a text file.

job(type: Multijob) {
    steps {
        phase('build') {
            f.eachLine {
                job(type: Matrix) {
                    ...
                }
             }
         }
     }
}

This does generate the sub-jobs fine, but they are not included in the 
Multijob phase.  How could I get the generated jobs to be included in the 
phase?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1e1491be-b4b6-48bb-a927-0d7be0aa4e65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to