Forum: [VBP] Third Party Tools
04-06-2013, 09:46 AM
|
Replies: 6
Views: 19,066
|
Forum: [VBP] Third Party Tools
04-06-2013, 06:16 AM
|
Replies: 6
Views: 19,066
|
Forum: [VBP] Third Party Tools
04-04-2013, 10:43 AM
|
Replies: 6
Views: 19,066
Turns out that this issue was caused by...
Turns out that this issue was caused by attempting to re-use/re-purpose a VBP step.
I previously had a Batch File step that executed a .bat script to push files to a remote server. I later...
|
Forum: [VBP] Third Party Tools
04-04-2013, 09:53 AM
|
Replies: 6
Views: 19,066
|
Forum: [VBP] General Discussion
06-22-2012, 05:07 PM
|
Replies: 2
Views: 40,720
|
Forum: [VBP] General Discussion
06-21-2012, 11:24 AM
|
Replies: 2
Views: 40,720
Problems with parallel builds and wait step
I'm currently running into 3 issues while attempting to set up a build farm w/parallel script:
Configuration:
3 build servers (64bit Win7) and a file server(W2k8),
All build servers are...
|
Forum: [VBP] Third Party Tools
06-14-2012, 01:33 PM
|
Replies: 4
Views: 24,713
You, sir, are correct. Instead of moving that...
You, sir, are correct. Instead of moving that psexec though, I uninstalled VBP x86 and installed the x64 version, which is what I really wanted anyways. Now it works as expected.
Thanks for your...
|
Forum: [VBP] Third Party Tools
06-14-2012, 10:38 AM
|
Replies: 4
Views: 24,713
|
Forum: [VBP] Third Party Tools
06-12-2012, 01:21 PM
|
Replies: 4
Views: 24,713
Cannot get psexec to work with vbp8
Hi,
I'm trying to create a build farm using VBP8. Right now I'm specifically trying to spawn of a separate child process on a remote machine and I'm having little to no luck at all.
1. Both...
|
Forum: [VBP] General Discussion
04-21-2011, 07:44 AM
|
Replies: 6
Views: 14,478
|
Forum: [VBP] General Discussion
04-20-2011, 10:39 AM
|
Replies: 6
Views: 14,478
Adding the 3rd line helped, thanks!
So the...
Adding the 3rd line helped, thanks!
So the script in my step looks like:
ic@ServerDev11:~>
bash ~/bin/source_file_backup.sh
ic@ServerDev11:~>
The shell script I'm calling remotely mainly...
|
Forum: [VBP] General Discussion
04-18-2011, 12:51 PM
|
Replies: 6
Views: 14,478
If I execute my test.sh script manually, a new...
If I execute my test.sh script manually, a new directory named my_test is created in ~/bin (as expected). If I execute "echo test > ~/bin/xyz.txt" manually, a new file with the word "test" is created...
|
Forum: [VBP] General Discussion
04-18-2011, 10:10 AM
|
Replies: 6
Views: 14,478
|
Forum: [VBP] General Discussion
02-23-2011, 01:12 PM
|
Replies: 6
Views: 13,475
|
Forum: [VBP] General Discussion
02-23-2011, 12:26 PM
|
Replies: 6
Views: 13,475
|
Forum: [VBP] General Discussion
02-23-2011, 12:04 PM
|
Replies: 6
Views: 13,475
Thanks,
The full script is posted below and the...
Thanks,
The full script is posted below and the failing method appears to be the CreateObject() method in the vbld_BuildStarting() method. Do you have any thoughts on what would causing this or how...
|
Forum: [VBP] General Discussion
02-23-2011, 11:44 AM
|
Replies: 6
Views: 13,475
Error firing vbld_BuildStarting event
Hi,
Suddenly, today, a script of mine that has been running successfully for months failed to run with the following error in the output panel:
Error firing vbld_BuildStarting event: Error in...
|