I am unable to use Jenkins to update test results due to an invalid credentials error. I have verified my username, password, and API keys are correct and I am still unable to login to Zepher.
Things I have done to resolve the issue # Rgenerating Regenerating my keys and using those as a way to resolve the issue and it still does not work. # Restarted Jenkins # Upgraded Jenkins # Upgraded the Zepher plugin # Downgraded the Zepher plugin # Downgraded Jenkins # Restarted the Jenkins Service # Restarted computer to run a clean version of Jenkins
Below is the following errors that occur after a test is run:
java.lang.NullPointerException at java.lang.String.replace(Unknown Source) at com.thed.zephyr.jenkins.utils.rest.TestCaseUtil.fetchExecutionIdsZFJC(TestCaseUtil.java:986) at com.thed.zephyr.jenkins.utils.rest.TestCaseUtil.processTestCaseDetails(TestCaseUtil.java:682) at com.thed.zephyr.jenkins.reporter.ZfjReporter.perform(ZfjReporter.java:101) 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:1843) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Build step 'Publish test result to Zephyr for JIRA' marked build as failure