I would like a Jenkins job to trigger others according to a regular expression matching of their names or at least using wildcards. At the moment I can only trigger multiple downstream jobs if I list them all comma separated.
TestSuite-production -> *Test-production instead of TestSuite-production -> FirstTest-production, SecondTest-production, ThirdTest-production, ... Does somebody know a plugin or another possible which would make it possible? Thanks in advance, Daniel