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.
- is duplicated by
-
JENKINS-19755 Manual step "started by" username changes to anonymous after restart
-
- Resolved
-
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