On my self hosted runner, I am running a pipeline that consists of several steps. I noticed that the steps are randomly executed on different runners running on different servers.
But I want to run the entire pipeline on the same self hosted runners, otherwise it will fail due to missing dependencies from the previous steps.
How can I ensure that once a pipeline starts, all the steps are executed on the same runner?
Hi @DARSHAN GAD,
Welcome to the community.
Would it be possible for you to let me know what type of runners you're currently using?
Regards,
Mark C
@Mark C , Thank you. I am using a self.hosted linux.shell runner.
runs-on:
- self.hosted
- linux.shell
Regards,
Darshan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.