I implemented jenkins build script. That script started by remote server. ( using Build Triggers )
In build console Output log, wrote down
"Started by remote host xx.xx.xxx.xxx (my ip)"
I want to know remote host that called jenkins build job in pipeline script.
Any ideas??
Thank you.