sunjincheng created IOTDB-437: --------------------------------- Summary: Website build error Key: IOTDB-437 URL: https://issues.apache.org/jira/browse/IOTDB-437 Project: Apache IoTDB Issue Type: Improvement Components: Website Reporter: sunjincheng Fix For: 0.9.2
I found that IoTDB‘s Jenkins occasionally had the following exceptions during build: {code:java} Not sending mail to unregistered user ruileisurpr...@gmail.com because your SCM claimed this was associated with a user ID ‘ruileisurprise' which your security realm does not recognize; you may need changes in your SCM plugin{code} {color:#333333}The detail can be found in [1] [2] [3] .{color} {color:#333333} {color} I think it's Jenkins configuration problem, such as: 1. Disabled with either or both of the following two system properties in jenkins's script: {code:java} -Dhudson.tasks.MailSender.SEND_TO_UNKNOWN_USERS=true: send mail to build culprits even if they do not seem to be associated with a valid Jenkins login. -Dhudson.tasks.MailSender.SEND_TO_USERS_WITHOUT_READ=true: send mail to build culprits associated with a valid Jenkins login even if they would not otherwise have read access to the job.{code} 2. Edit the configuration in jenkins's console: Manage Jenkins -> Configure System -> Extended E-mail Notification !image-2020-01-31-11-38-42-258.png|width=403,height=157! What do you think? [1] https://builds.apache.org/job/IoTDB%20Website/87/console [2] https://builds.apache.org/job/IoTDB%20Website/104/console [3] https://builds.apache.org/job/IoTDB%20Website/108/console -- This message was sent by Atlassian Jira (v8.3.4#803005)