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

Build Pipeline View doesn't show build user id on Downstream Projects

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • build-pipeline-plugin
    • None

      The Build Pipeline View doesn't show build user id on Downstream Projects.
      In build information shows "Started by anonymous user"
      There is a reason for this behavior?
      There is a workaround for this?

      Thank you in advance.

        1. build_information.jpg
          build_information.jpg
          135 kB
        2. build65.jpg
          build65.jpg
          153 kB
        3. buildpipeline.jpg
          buildpipeline.jpg
          130 kB
        4. pipelinesisres.jpg
          pipelinesisres.jpg
          170 kB

          [JENKINS-23828] Build Pipeline View doesn't show build user id on Downstream Projects

          Gilad Judes added a comment -

          this happens in other "pipeline" plugins (i.e. Delivery Pipeline Plugin)

          when setting up a manual step - the user logs in and press the |> (play) button

          the build status in jenkins shows "Started by anonymous user"

          while the build xml (e.g. /var/lib/jenkins/jobs/Product-1.0.6-promote-to-QA/builds/22/build.xml)

          <au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView_-MyUserIdCause plugin="build-pipeline-plugin@1.4.5">
          <userId>gilad</userId>
          <user>
          <fullName>Gilad Judes</fullName>
          <properties>

          BTW we are working with Active Directory authentication

          Gilad Judes added a comment - this happens in other "pipeline" plugins (i.e. Delivery Pipeline Plugin) when setting up a manual step - the user logs in and press the |> (play) button the build status in jenkins shows "Started by anonymous user" while the build xml (e.g. /var/lib/jenkins/jobs/Product-1.0.6-promote-to-QA/builds/22/build.xml) <au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView_-MyUserIdCause plugin="build-pipeline-plugin@1.4.5"> <userId>gilad</userId> <user> <fullName>Gilad Judes</fullName> <properties> BTW we are working with Active Directory authentication

          It looks to be related to JENKINS-19755

          Patrik Boström added a comment - It looks to be related to JENKINS-19755

            Unassigned Unassigned
            sfti Livia Guimaraes
            Votes:
            7 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: