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

How to create multiple pipline notification #14

Open
marandalucas opened this issue Jan 25, 2017 · 3 comments
Open

How to create multiple pipline notification #14

marandalucas opened this issue Jan 25, 2017 · 3 comments

Comments

@marandalucas
Copy link

Right now I can only set up a notification:
namepipline:BuildContainers:passed

Would it be possible?
namepipline:BuildContainers:passed, namepipline:PushContainers:passed

Thanks

@marandalucas
Copy link
Author

I have located the following comment in the code.

FilterConverter.java

  • Assumes each filter has at most 3 fields (pipeline/stage/status) split by FILTER_FIELD_SEPARATOR
    FILTER_SEPARATOR = ",";

Can you update the readme?
I use the next line:
namepipline:BuildContainers:passed,namepipline:PushContainers:passed

@arvindsv
Copy link
Contributor

arvindsv commented Jan 25, 2017

@marandalucas: Can you submit a PR for the README? Someone (or I) will happily accept it. :) Thank you!

Could you also please sign the CLA? It's a one-time process, I promise. Need that before the PR can be accepted.

@thiagoalmeidasa
Copy link

thiagoalmeidasa commented Feb 28, 2017

Sorry, just to be sure, can I use regex to match for anyPipeline:anyStage:specificState ??
Like: "*:*:passed" .

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

3 participants