0
我在遠程計算機(Windows)中設置了一個SSH服務器,在我的Windows計算機上執行以下命令。在遠程計算機上使用sshexec調用構建不起作用
<sshexec host="host"
port="port"
username="uname"
password="pass"
trust="true"
Command="(E:; cd \buildProjectDemo\build\; ant -propertyfile configurable.properties build-installer)"
/>
但是,該命令不在遠程機器上執行。它只是給出的輸出爲,
hostExec:
[sshexec] Connecting to host
[sshexec] cmd : (E:; cd \buildProjectDemo\build\; ant -propertyfile configurable.properties build-installer)
BUILD SUCCESSFUL
可能是什麼問題?