Hi everybody
 
I encounter the following strange behavior under Jenkins 1.502, using HP 
Quality Center and HP Quick Test Professional (via the Jenkins Plugin 'HP 
Application Automtion Tools'):
 
I have configured a job AA and a job BB.
 
 Both jobs run the same simple QTP Script, opening an URL in IE and closing 
IE again. End of test.
 
Jenkins is installed on Windows Server 8 under D:\Jenkins.
So I get 
D:\Jenkins\jobs\AA\config.xml  and
D:\Jenkins\jobs\BBconfig.xml  .
 
The config.xml is the same for both jobs.
 
 Both jobs are configured to run remotely on the slave PC in config.xml :
<almRunMode>RUN_REMOTE</almRunMode>
 
Now here comes the strange behavior:
- Job AA runs on the slave pc, as configured.
- Job BB runs on the master server, which is totally wrong!
 
Accordingly, the log files read like so:
 ... Building on Slave [compex string] in workspace C:\Jenkins\workspace\AA
... Building on Master in workspace D:\Jenkins\jobs\BB\workspace
 
Questions:
Is there there a different file where I can configure the location of 
execution of a job, apart from config.xml ?
Or is this a bug?
Has anybody else encountered the same problem?
What would be the solution?
 
Many thanks in advance for your help.
 
Regards
Urs

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to