Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Not A Defect
-
Jenkins 2.433
hp-application-automation-tools-plugin (latest)
Description
Hi,
I am trying to execute Jenkins job (Jenkins 2.433 war file) for Performance Test Center Load Tests. While executing it on PC, those tests are executing however through Jenkins execution following error is occuring every time -
Building in workspace C:\Program Files (x86)\Jenkins\workspace\LoadRunner_ECOS No emails were triggered. Validating parameters before run OK Trying to login [PCServer='
XXXXX/Login.aspx', User='xxxxxx'] Login succeeded Executing Load Test: ==================== Test ID: 64 Test Instance ID: 10 Timeslot Duration: 0:30(h:mm) Post Run Action: Collate and Analyze Use VUDS: false ==================== com.thoughtworks.xstream.mapper.CannotResolveClassException: html Logout succeeded Empty Results Result Status: UNSTABLE - - - Build step 'Execute performance test using Performance Center' changed build result to UNSTABLE Finished: UNSTABLE
Please assist.
hi Aniket,
You are probably using an old version of the plugin since the logs description is a bit different in Performance Center job nowadays. Please update to the latest one.
Also from the logs, i can see a reference to "http://XXXXX/Login.aspx" and this is definitely a wrong URL that has no chance to work. While defining the PC server in the Jenkins job configuration, make sure you only specify the PC server's hostname (without adding "/Login.aspx" at the end).
Regards,
Daniel