Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: eb1c1560659695e9e55b00c45480325671b7700e https://github.com/jenkinsci/jenkins/commit/eb1c1560659695e9e55b00c45480325671b7700e Author: James Nord <jtn...@users.noreply.github.com> Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths: M core/src/main/java/hudson/model/User.java Log Message: ----------- [JENKINS-62688] use id in User.toString() Change toString() to use the id rather than fullName. This is because a full name may not be unique and as such when used in log messages we get something that is less than helpful. as such we should print the user's Id so we can actually identify the user. Commit: 339f9b930e13c78c545a2409e016127e36520c87 https://github.com/jenkinsci/jenkins/commit/339f9b930e13c78c545a2409e016127e36520c87 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2020-06-24 (Wed, 24 Jun 2020) Changed paths: M core/src/main/java/hudson/model/User.java Log Message: ----------- Merge pull request #4803 from jtnord/JENKINS-62688 [JENKINS-62688] use id in User.toString() Compare: https://github.com/jenkinsci/jenkins/compare/1ea0b37baf87...339f9b930e13 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/1ea0b3-339f9b%40github.com.