is it possible for Appveyor to give emailID of person who had pushed on github
Here is the problem scenario: more than one users are pushing to github and Appveyor starts building solution for every push. what i want is for any of my push result should be send only to me via same emailID which is registered on github. like wise if emailID 'A' is pushing , then the result for that push from Appveyor should be send only to that emailID 'A'.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 21 Jul, 2016 11:59 AM
On Notifications settings page you can choose "Builds with my commits only".
2 Posted by ubaid on 24 Jul, 2016 05:28 AM
i think you are not getting the problem exactly. Let me explain
say for example i am registered on github via email ID [email blocked]. Likewise other team members are also registered on github with their own email ID's. We don't have any account on appveyor except our Team Lead. What i wish is when i push changes on github, appveyor will start building and should notify the result to only me via xyz@gmailID and to my Team Lead only. In the same way when other member commits on github, email should be send to his email ID registerd on github and to Team Lead.
AppVeyor should dynamically check the committers emailID(registered on github) while cloning from github and fire email on that emailID once build is finished.
Support Staff 3 Posted by Feodor Fitsner on 24 Jul, 2016 06:32 AM
I see at least two issues with this approach.
AppVeyor cannot fetch user email unless it's public.
One of your team members would come one day with "hey, I don't want to receive those messages any more" or "I want to receive failed builds only" - there should be the way to control that on AppVeyor side.
Just ask your team lead to add those users in AppVeyor to be able to control their email preferences.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:07 AM.