在linux下自动安装了git
apt install git
在linux CLI下直接运行指令下载成功
git clone http://172.16.55.98:8081/qc/tevin/jmeter_auto_script.git
jenkins安装了git插件,创建工程,直接下载代码,报如下类似错误
Failed to connect to repository : Error performing command: ls-remote -h http://172.16.55.98:8081/q!
脑袋发热,定位了半天,最后发现是jenkins忘记配置全局变量了
在系统管理-》全局工具配置 git 可执行 路径地址
再次运行工程构建,运行ok