We have a configuration we use to test out new build servers. We target the steps to a new machine and run a number of builds to check the environment. This has worked fine for 6+ months.
Last week, we started getting a Perforce error from the p4 client command that QB executes and the build won't run. Happens on all machines.
The message from Perforce is:
Failed to run command: p4 -p server:1666 -u user -P **** -c qb-mach-998 client -i
Command return code: 1
Command error output: Error in client specification
Error detected at lien 10.
Stream '//Streams/' is not the correct format of '//depotname/string'
Nothing has changed in the configuration.
Note: the QB Repository uses a variable "stream" that is appended to '//Streams/' to identify the stream. This value appears not to be passed in. This is the same setup (and repository) we use for all our production builds, which are still working fine.
- I'm looking for suggestions on how to debug this, since everything takes place internal to QB. Log messages are in the system log and are sparse and unhelpful.
- solved #9
- replies 8
- views 2455
- stars 1
-