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 ?
On the rights on delirium:
You can (select any method):
hg purge --config extensions.purge=
From my POV, system-wide extension in mercurial.ini will be most easy and logical solution