Jenkins配置在远程服务器上执行shell脚本
说明:Jenkins部署在ServerA:10.1.1.74上,要运行的程序在ServerB:10.1.1.196
分两步
第一步:Linux Centos7配置SSH免密登录
Linux Centos7配置SSH免密登录-CSDN博客
第二步:Jenkins配置Execute shell
ssh 10.1.1.196 "cd /home/cg/hmf_app/apiTest;./runAOEC.sh $HOST"
#$HOST是shell脚本的传参,如果没有可不配置