Clean checkout is a feature of sources checkout step, not runner step. Meta runner doesn't have any on that influence, except if you clean sources manually inside on the meta-runner's build steps.
You need to add a build step which consists of a command line script that deletes all files. But, again, I don't understand why do you need this. If you delete all files, what sources are you going to build against?
Clean checkout is a feature of sources checkout step, not runner step. Meta runner doesn't have any on that influence, except if you clean sources manually inside on the meta-runner's build steps.
thanks for the reply.
How to do a "clean sources" manually inside the meta-runner build steps ?
You need to add a build step which consists of a command line script that deletes all files. But, again, I don't understand why do you need this. If you delete all files, what sources are you going to build against?