I am using jenkins, when executing Hg purge --all -R D:\path
in jenkins pipeline it will return hg: unknown command 'purge'.
But when executing the same command in Windows Terminal it will execute correctly
Note : Jenkins in the same machine the Mercurial exist and purge plugin
exist in the big repo and and sub repo
How to solve that issue ?