source:
sasview/build_tools/deploy.bat
@
11288e7c
Last change on this file since 11288e7c was b61796f, checked in by Piotr Rozyczko <rozyczko@…>, 8 years ago | |
---|---|
|
|
File size: 392 bytes |
Rev | Line | |
---|---|---|
[b61796f] | 1 | @echo off |
2 | cd "c:\program files\putty" | |
3 | ||
4 | rem Copy new installer to the temp directory on the test server | |
5 | pscp -scp -v -i sasview.ppk C:\jenkins\workspace\SasView_Win7\sasview\sasview\Output\setupSasView.exe sasview@192.168.1.18:AppData\Local\Temp\ | |
6 | rem Execute the test on the remote server | |
7 | plink -i sasview.ppk -ssh sasview@192.168.1.18 c:\\jenkins\\test_deployment.bat | |
8 | ||
9 | cd c:\jenkins |
Note: See TracBrowser
for help on using the repository browser.