Answered

Getting errors from Jenkins plugin

Hi,
I set up Jenkins job to run execution set. but I'm getting below error. Could you help me to figure this out?
Communication error. Please check username/password or URI parameters. URI: http://<subject7 url>/api/v1/executionService/executions/52836
at com.subject7.automation.AutomationTestAntTask.execute(AutomationTestAntTask.java:91)
at com.subject7.jenkins.AutomationTestPlugin.perform(AutomationTestPlugin.java:68)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1878)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)

0
4 comments
Avatar
Yohan Kim

Yes I did. Jenkins actually hitting the subject7, so its running the test.

However, Jenkins not able to get response back from subject7, and end up 'built fail'

0
Comment actions Permalink
Avatar
Rex Feizi

Sorry for the late reply.

 

1. What is the version of your Subject7 Platform? 

2. What is the version of your plugin? 

3. Could you please share the settings in Jenkins for Subject7

4. Does the set you are running passes? 

5. How long does the execution of the entire test take? 

0
Comment actions Permalink
Avatar
Yohan Kim

I did not thought that the plugin version would matter. so I haven't thought to upgrade the plugin version.

The plugin version was 7.31.2. and I upgrade to 8.14.1 and now its working.

Thank you for your help!

0
Comment actions Permalink

Please sign in to leave a comment.