<project name="SecurityManager" default="deployment" basedir=".">
<target name="deploy">
<sshexec host="xxx" port="8101" username="xxx" password="xxx" trust="true" command="stop 883; stop 911; SLEEP 15; update 911; update 883; start 911; start 883; list"/>
</target>
</project>
ant call remote ant script by ssh connection
最新推荐文章于 2025-06-03 19:02:14 发布