I use jenkins to connect towards a ssh site and do some operation. This is possible through Publish Over SSH Plugin and it works well, but I have a lot of server and to use a ssh site I need to configure each one. I would like to use the ip of my machine as parameter in a jenkins job, without any configuration.
Is this possible?
Thanks in advance.
There is no problem whatsoever to put the IP address of your machine as, say, a string parameter for your build. You may put your machine’s host name as well. I suppose though that I am missing something in your question.