I have a azure devops pipeline that runs 2 jobs - one on windows agent running a server, the other on Linux agent - running a client that connects to the server. These jobs run in parallel. Currently ip address and port are hard coded on client side repo. But I want to decouple this situation. is there a way in azure devops pipeline to get agent ip in the first job, store it in variable and use it as parameter to a step in the second job?
thanks a lot for all the help.