-
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
Code changed in jenkins
User: Seiji Sogabe
Path:
changelog.html
core/src/main/java/hudson/model/Cause.java
http://jenkins-ci.org/commit/jenkins/cae5d74127640360315d39b86ae89c55a9ca1225
Log:
[FIXED JENKINS-12279] Link to user profile from console output should go to the user ID, not the
user name