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

"Builds for <username>" page Missing Some Entries

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Fedora 15
      2.6.43.8-1.fc15.x86_64

      Builds listed on "Builds for <username>" page is missing some of the entries.

      Steps to reproduce:
      1. Make sure logged on with a valid user
      2. Create a job that updates source from SVN
      3. Build the job
      4. Go to http://<jenkins_server>/user/<user_name>/builds

      Expected:
      All builds started by the user is shown

      Actual:
      Some of the builds are not listed

      Additional Notes:

      • The build page at http://<jenkins_server>/job/<job_name>/<build_number>/ for the build started on Step 3 above is displaying the user name correctly:
        "Started by user <user_name>"
      • Seems like only the builds that have "Changes" (SVN changes since last build) are listed on the "Builds for <username>" page.

          [JENKINS-16178] "Builds for <username>" page Missing Some Entries

          Emre Burhan added a comment -

          Using Security Realm: Active Directory

          Emre Burhan added a comment - Using Security Realm: Active Directory

          This is because currently that list only looks at those who have committed to the builds.

          I think the suggestion makes sense that we should also check who started it.

          Kohsuke Kawaguchi added a comment - This is because currently that list only looks at those who have committed to the builds. I think the suggestion makes sense that we should also check who started it.

          Should we draw the second list on this page or append to existing?
          PR https://github.com/jenkinsci/jenkins/pull/909

          Kanstantsin Shautsou added a comment - Should we draw the second list on this page or append to existing? PR https://github.com/jenkinsci/jenkins/pull/909

          Code changed in jenkins
          User: Kanstantsin Shautsou
          Path:
          core/src/main/java/hudson/model/User.java
          http://jenkins-ci.org/commit/jenkins/2b36bd0b5e0f78e0628a4bb0cf53de66f7077183
          Log:
          JENKINS-16178 Add builds that were run by user to user's build list.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kanstantsin Shautsou Path: core/src/main/java/hudson/model/User.java http://jenkins-ci.org/commit/jenkins/2b36bd0b5e0f78e0628a4bb0cf53de66f7077183 Log: JENKINS-16178 Add builds that were run by user to user's build list.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #2816
          JENKINS-16178 Add builds that were run by user to user's build list. (Revision 2b36bd0b5e0f78e0628a4bb0cf53de66f7077183)

          Result = SUCCESS
          Kanstantsin_Shautsou : 2b36bd0b5e0f78e0628a4bb0cf53de66f7077183
          Files :

          • core/src/main/java/hudson/model/User.java

          dogfood added a comment - Integrated in jenkins_main_trunk #2816 JENKINS-16178 Add builds that were run by user to user's build list. (Revision 2b36bd0b5e0f78e0628a4bb0cf53de66f7077183) Result = SUCCESS Kanstantsin_Shautsou : 2b36bd0b5e0f78e0628a4bb0cf53de66f7077183 Files : core/src/main/java/hudson/model/User.java

            integer Kanstantsin Shautsou
            emrewdc Emre Burhan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: