Friday, April 24, 2015

Doskey Support in Jenkins

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.


No comments:

Post a Comment