Last change
on this file since dc7eedb1 was
2f6d340,
checked in by Paul Kienzle <pkienzle@…>, 8 years ago
|
rename installers directory from sasview to installers
|
-
Property mode set to
100755
|
File size:
395 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 |
---|
[2f6d340] | 5 | pscp -scp -v -i sasview.ppk C:\jenkins\workspace\SasView_Win7\sasview\installers\Output\setupSasView.exe sasview@192.168.1.18:AppData\Local\Temp\ |
---|
[b61796f] | 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.