My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 3339: Gerrit code review email notifications
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  May 2015


Sign in to add a comment
 
Reported by zohaib.h...@gmail.com, Apr 27, 2015

Hi i am using the this link 
https://gerrit-review.googlesource.com/Documentation/user-notify.html#notify.name.header
to configure email notifications in mCI environment . I have attached the project.config file blow it is the result after i perform the method given in this docs link but in gerrit Gui where i can browse the All projects ->access it si not showing notify section although it is showing in project.config file . this is how i run config command and git commit and push changes 
cd cfg_dir
git init
git remote add origin ssh://hdumcke@192.168.100.19:29418/All-Projects
git fetch origin refs/meta/config:refs/remotes/origin/meta/config
git checkout meta/config
git config -f project.config --add notify.team.email user1@marlysys.lab
git config -f project.config --add notify.team.email admin@marlysys.lab
git add -A
git commit -m "Notify team-address@marlyssy.lab of changes"
git push origin meta/config:meta/config
cd ..
rm -rf cfg_dir
please help me to solve this or tell if there is any other configuration is needed. 
project.config
2.4 KB   Download
Apr 27, 2015
Project Member #1 edwin.ke...@gmail.com
> but in gerrit Gui where i can browse the All projects ->access it si not showing 
> notify section although it is showing in project.config file 

This is expected. The UI doesn't display this information.
Apr 27, 2015
#2 zohaib.h...@gmail.com
then why email is not working although my local email server is up and
zuul(gating softare in CI) is sending email why not gerrit in acton?
Apr 28, 2015
#3 zohaib.h...@gmail.com
getting this error now
Mail Error: SMTP server rejected auth: 535 5.7.8 Error: authentication failed:
May 5, 2015
Project Member #4 edwin.ke...@gmail.com
> authentication failed
Looks like you configured invalid credentials to access the SMTP server.
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting