Exactly, I'm just trying to build two of the 4 possible projects based on this call. I put the comma in there for readability. The other side is the regex. The regex should always match the one with ALL in it because if I pass that, I want it to build every single one of them. Your suggestion changing it to .* at the end works like a champ, THANKS! I feel kind of dumb not having caught that myself...
On Monday, February 29, 2016 at 2:32:08 PM UTC-7, Eric Fetzer wrote: > I don't understand why the following is a match for my regex. Can someone > tell me what makes it a match? > > Regular expression run condition: Expression=[.*(OIS-Reports|OIS-ALL)*], > Label=[OIS-Client,OIS-Server] > Run condition [Regular expression match] enabling perform for step > [Trigger/call builds on other projects] > > Thanks, > Eric > -- 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/cbc1730b-5b9a-4123-8e1e-5e7a8fb7b06d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
