所以我的问题很奇怪,尝试到处搜索,但找不到解决方案。我的目标是使用Jenkins作业使用wget下载某些内容。我确认wget可通过命令行运行,并将wget放置在system32文件夹中,以便可以从任何地方调用。我将以下命令放在bat文件中,当我尝试使用Execute windows batch命令在Jenkins中执行bat文件时,例如“ E:\ utilitydownload.bat”,它返回'wget'未被识别为内部或外部命令,可运行的程序或批处理文件。
utilitydownload.bat的内容
E:
cd E:\wgetdownload
wget <some file on a server>