I'm trying to use BuildFlow plugin and dynamically generate a list of jobs based on the external filesystem.
>From what I understand BuildFlow only supports a subset of Groovy via the DSL. How can I communicate between two Jenkins jobs. I'd basically write a Groovy script to parse a filesystem and try to send it the BuildFlow job? I.e. I'm trying to run parallel test jobs (1 or a handful per test). So if the directory has 100 files I need to be able to list through them and generate a list of 100 jobs. 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
