Hi @ all,
I am implementing an infrastructure with Jenkins. I hava a parameterized job with a basic shell script. This script can be run remotely, i.e. it could be triggered over an http-request like
http://testserver.de:8009/job/receiveCSR/build?token=123. Now I need the IP of the client, which set triggered this build. When I see the console output
Started by remote host 10.1.1.111
I think, this should be possible, isn't it? If not, is there any plugin which I can use for this?
Thanks for your help!