Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "**" pattern trigger path handling #207

Open
dagood opened this issue Jan 11, 2018 · 0 comments
Open

Add "**" pattern trigger path handling #207

dagood opened this issue Jan 11, 2018 · 0 comments

Comments

@dagood
Copy link
Member

dagood commented Jan 11, 2018

Right now Maestro supports an ending **/* explicitly, but not foo/**/bar or more complicated glob patterns. For orchestrated build final publish, we might want to trigger on dotnet/product/**/build.semaphore, for example.

Default approach is to add explicit ** support.

Another way is to let the subscription define a trigger regex rather than just glob matching. We can do both, eventually: better glob matching and regex support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant