You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
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'"