Maciej Jaros (2014-06-16 18:51):
Not sure if this is a bug or somehow desired behaviour, but I get this:
Run condition [Regular expression match] preventing perform for step
[Trigger/call builds on other projects]
Regular expression run condition: Expression=[(^|,)dev2(,|$)],
Label=[dev,dev2,dev3]
So "dev,dev2,dev3" didn't match expression "(^|,)dev2(,|$)".
Why is that? Should I report a bug for this? Any workaround?
As you might guess I'm using Extended Choice Parameter Plug-In to have
checkbox values and return CSV. I then use the value of the parameter
in a label for Run condition plugin.
Regards,
Nux.
Never mind. I figured out that it's a full match and so I need
"^(.*,)?dev2(,.*)?$".
Regards,
Nux.
--
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.