Hi All,

When I trigger my Jenkins job remotely using URL I use authentication to 
trigger build like this:
 
wget --auth-no-challenge --http-user=user --http-password=apiToken 
http://jenkins.yourcompany.com/job/your_job/build?token=TOKEN
 
Build gets triggered without any issue but the message on build console comes 
as “Started by remote host 10.BBB.YYY.XX” instead the message should as 
“Started by User XYZ” as it comes when user triggers build through Jenkins UI.

Is there any way I can achieve this in remote trigger of build with 
authentication through URL, the users are LDAP configured.


Thanks,
Jhoom


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/151f352ce0c-239a-f072%40webprd-a04.mail.aol.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to