gpt4 book ai didi

linux - 从 Windows 机器到 Linux 的 Ant 自动化

转载 作者:太空宇宙 更新时间:2023-11-04 10:07:11 25 4
gpt4 key购买 nike

我在我的 Windows 机器上运行 ant 脚本。我从 Windows 登录到 Linux 服务器并运行一些基本命令。

有没有办法使用 ant 脚本或任何脚本方法使其自动化?

最佳答案

是的。

在下面的示例中,我安装了安装程序是多平台并在 Windows 机器上创建的应用程序,我在 Linux 机器上运行命令(复制到 linux 机器后)。

我建议你使用plink.exe、pscp.exe。

echo '正在处理安装文件'%Jenkins_tools%\pscp.exe -pw "%Install_path%\%installation%unix%newversion%.sh"root@%server_ip%:/opt/

%Jenkins_tools%\pscp.exe -pw "C:\Jenkins\deployment\responsefiles\%installation%\response.varfile"root@%server_ip%:/opt/

echo '* 正在运行安装 '%Jenkins_tools%\plink.exe -ssh root@%server_ip% -P 22 -pw chmod +x/opt/%installation%

%Jenkins_tools%\plink.exe -ssh root@%server_ip% -P 22 -pw/opt/%installation%*.sh -varfile/opt/response.varfile -q

关于linux - 从 Windows 机器到 Linux 的 Ant 自动化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51615329/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com