Other day I was trying to port the existing Windows build files to Jenkins. Builds files have the doskey to build the env. When I run the usual commands , Jenkins somehow do not understood the doskey .
After much research I was able to stumble on following link .
The crux is that "You cannot run a Doskey macro from a batch file" . And Jenkins run the Windows commands as a batch script.
After much research I was able to stumble on following link .
The crux is that "You cannot run a Doskey macro from a batch file" . And Jenkins run the Windows commands as a batch script.