I really question your regular expression. .\\*_AppScan_*
This would match ANYTHING\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_AppScan__________________________ But NOT ANYTHING\\SOMETHING_AppScan_Something You're confusing ant "*" with regex "dot star". Lookup regex syntax. On Fri, Aug 22, 2014 at 9:09 AM, VFloyd <[email protected]> wrote: > Plugin version = 1.26 > Jenkins version = 1.554.1 > > Morning, > We have jobs that have a specific identifier withing the job name. I had > a "View" setup for these jobs using a regular expression - .\\*_AppScan_* > > Yesterday I noticed the view hadn't picked up some newer jobs. I played > around with it, couldn't get the jobs to come up in the view. I deleted > the view and recreated it - now no jobs will display. > > Does anyone have any ideas on how I can fix this? > > Vanetta > > > -- > 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. > -- *Thanks!* Jacob Robertson -- 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.
