source: sasview/build_tools/deploy.bat @ 5dab2bc

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 5dab2bc was b61796f, checked in by Piotr Rozyczko <rozyczko@…>, 8 years ago

initial commit of the batch files driving the deployment test. Currently using hard coded paths.

  • Property mode set to 100755
File size: 392 bytes
Line 
1@echo off
2cd "c:\program files\putty"
3
4rem Copy new installer to the temp directory on the test server
5pscp -scp -v -i sasview.ppk C:\jenkins\workspace\SasView_Win7\sasview\sasview\Output\setupSasView.exe sasview@192.168.1.18:AppData\Local\Temp\
6rem Execute the test on the remote server
7plink -i sasview.ppk -ssh sasview@192.168.1.18 c:\\jenkins\\test_deployment.bat
8
9cd c:\jenkins
Note: See TracBrowser for help on using the repository browser.