Hello, I'm currently dynamically creating several jobs with different build parameters. I want to combine these jobs into a single pipeline and have the pipeline run these jobs in parallel. Which plugins would be recommended for this task? Additionally, I need to be able to retrieve the console output of each of those jobs. I was trying the example from https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/jobs-in-parallel/jobs_in_parallel.groovy but am getting "
java.lang.NoSuchMethodError: No such DSL method 'build'" Any suggestions would be appreciated. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b252ad0e-b9d1-43ab-b68e-23df09df0d81%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
