Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   Advanced (https://www.kinook.com/Forum/forumdisplay.php?f=16)
-   -   How to initiate builds from PCs where Visual Build is not installed? (https://www.kinook.com/Forum/showthread.php?t=2529)

kinook 04-17-2007 08:31 AM

How to initiate builds from PCs where Visual Build is not installed?
 
1) Use Remote Desktop or VNC to access the build computer desktop and initiate builds.

2) Use a VisBuildPro Project action (if VBP is installed on the local computer) or psExec (if VBP isn't installed) to invoke the console app on the remote computer.

3) Configure a scheduled task to periodically perform builds on the server. The scheduled task can also be run on an ad hoc basis via SCHTASKS at a Command Prompt:

schtasks /run /s "computer name" /tn "task name /u "user name" /p "password"

4) Setup a web front-end to the build server and allow users to launch builds from that. This is demonstrated by the WebLauncher ASP.NET sample.

5) Use continuous integration (the build machine continually polls and initiates builds when changes are checked into source control).


All times are GMT -5. The time now is 04:06 PM.


Copyright © 1999-2023 Kinook Software, Inc.