On Mon, Oct 29, 2018 at 08:18:43 -0700, Teja Swaroop wrote: > Hi Aravind, > Thanks for your reply. > We use Windows Server 2012 R2. > The situation which we have is pointing 2 Go Agents residing in the same > physical server to two different GOCD Servers. > Ex : GoAgent 1 should point to xx.xx.xx.xx and Go Agent 2 should point to > yy.yy.yy.yy > As GO Agents takes the GO_Server_URL from Environment variables, is it > possible to use two different environment variables and point to two gocd > servers?
Yes, it should be possible. Just don't use the system-level environment variables. Have a local script to start each agent and it should be fine. The environment variable will be the same (GO_SERVER_URL), but the values will be different. -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
