I'm trying to realize Blue/green deployment along the lines of this answer. What I'm after is to deploy each branch into a SF cluster with a different name from Jenkins. One thing that's leaving me stumped is how to override service end point port number at deployment time?
Do I have to resort to token replacement in the service manifest at deployment?
The docs say that I can leave the port unspecified and a random port is allocated... But, then, how do I discover the allocated port number?