How to know who remote triggered the job in Jenkins?

Viewed 145

I can trigger the Job using POST request using

curl -u USER:password JENKINSURL/job/JOBNAME/build?token=mytoken123

But in Jenkins job, I see "Started by remote host EXTERNAL IP"

What I am expecting is "Started by remote host from USER EXTERNAL IP"

I couldn't find any plugins which does it.

0 Answers
Related