My requirement is to having a job1 which is scheduled to run once in evey 3 hours, which will start another job2 at th end of the job1.,
When having 3 vsce machines with one env configured called dev.
The job1 was schedule in VCSE machine 1 which started running and at the end when it tried calling the job2 using start job activity it got invoked in VCSE machine 2 instead of the VSCE machine1.
How to make sure or control the job2 to run it on the same VCSE machine1
Thanks