-
Bug
-
Resolution: Fixed
-
Minor
-
None
The recent change from pull 334 https://github.com/jenkinsci/jenkins/pull/334 now makes the user name a link in the console output. However, the link goes to the incorrect URL as the link points to the actual full name of the user who started the build. It should go the user ID of the person who started the build. Currently, when clicking the link, it creates a brand new user.
If my userid is c1234 and my name is Colin, the link should go to /user/c1234 and not /user/Colin