|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

Hi Gautam,
Were you able to resolve or workaround with this issue? I am facing the same issue when I try to run tests using the HP-Application-Automation Tools plugin. I am using the "Execute HP tests using the HP Performance Center" option.
I am using:
HP Performance Center 11
Jenkins 1.558
My questions are:
1. In the configuration for the Build options, for the PC Server input what do we need to put in? If I put in only the machine name (xxxx.xx.xx.com) or the IP address, as mentioned in the guide/help text, I get the following error:
Started by user anonymous
Building in workspace C:\Program Files (x86)\Jenkins\jobs\Perf-Run\workspace
Validating parameters before run
Trying to login
[PCServer='xxxx.xx.xx.com', User='xxx']
org.apache.http.conn.HttpHostConnectException: Connection to http://xxxx.xx.xx.com refused
Login failed
Empty Results
Result Status: UNSTABLE
Build step 'Execute HP tests using HP Performance Center' changed build result to UNSTABLE
Report not found
Build step 'Publish HP tests result' changed build result to FAILURE
Finished: FAILURE
If I try to change the PC Server input to xxxx.xx.xx.com:8080/qcbin, I get the following error:
Started by user anonymous
Building in workspace C:\Program Files (x86)\Jenkins\jobs\Perf-Run\workspace
Validating parameters before run
Trying to login
[PCServer='xxxx.xx.xx.com:8080/qcbin', User='xxx']
HTTP/1.1 404 Not Found
Login failed
Empty Results
Result Status: UNSTABLE
Build step 'Execute HP tests using HP Performance Center' changed build result to UNSTABLE
Report not found
Build step 'Publish HP tests result' changed build result to FAILURE
Finished: FAILURE
Please advise what exactly needs to be put in the input for the connection to be successful.
Thanks.