Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-12279

Link to user profile from console output should go to the user ID, not the user name

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • 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

          [JENKINS-12279] Link to user profile from console output should go to the user ID, not the user name

          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

          SCM/JIRA link daemon added a comment - 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

          dogfood added a comment -

          Integrated in jenkins_main_trunk #1404
          [FIXED JENKINS-12279] Link to user profile from console output should go to the user ID, not the

          Seiji Sogabe : cae5d74127640360315d39b86ae89c55a9ca1225
          Files :

          • changelog.html
          • core/src/main/java/hudson/model/Cause.java

          dogfood added a comment - Integrated in jenkins_main_trunk #1404 [FIXED JENKINS-12279] Link to user profile from console output should go to the user ID, not the Seiji Sogabe : cae5d74127640360315d39b86ae89c55a9ca1225 Files : changelog.html core/src/main/java/hudson/model/Cause.java

          Fred G added a comment -

          Whoops, sorry for that.

          Thanks sogabe for the fix!

          Fred G added a comment - Whoops, sorry for that. Thanks sogabe for the fix!

            sogabe sogabe
            newenigma newenigma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: