Exception error(java.lang.ClassCastException) from jenkins with testlink plugin integration -




i encounter problem jenkins testlink plugin integration. have configured testlink plugin needed , setup execution type automated & custom filed in testlink server. failed show below console log when start build jenkins. have know why show error log? there setting have lost?

thanks advise!

version:

jenkins: v2.60.2

testlink plug-in: v3.12

testlink: v1.9.2

console log:

> error: build step failed exception java.lang.classcastexception: > [ljava.lang.object; cannot cast java.util.map   @ > br.eti.kinoshita.testlinkjavaapi.util.util.casttomap(util.java:603) >   @ > br.eti.kinoshita.testlinkjavaapi.testprojectservice.gettestprojectbyname(testprojectservice.java:115) >   @ > br.eti.kinoshita.testlinkjavaapi.testlinkapi.gettestprojectbyname(testlinkapi.java:451) >   @ > hudson.plugins.testlink.testlinkbuilder.gettestlinksite(testlinkbuilder.java:333) >   @ > hudson.plugins.testlink.testlinkbuilder.perform(testlinkbuilder.java:206) >   @ hudson.tasks.buildstepmonitor$1.perform(buildstepmonitor.java:20) >   @ > hudson.model.abstractbuild$abstractbuildexecution.perform(abstractbuild.java:735) >   @ hudson.model.build$buildexecution.build(build.java:206)  @ > hudson.model.build$buildexecution.dorun(build.java:163)   @ > hudson.model.abstractbuild$abstractbuildexecution.run(abstractbuild.java:490) >   @ hudson.model.run.execute(run.java:1735)  @ > hudson.model.freestylebuild.run(freestylebuild.java:43)   @ > hudson.model.resourcecontroller.execute(resourcecontroller.java:97) >   @ hudson.model.executor.run(executor.java:405) build step 'invoke > testlink' marked build failure finished: failure 

enter image description here





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -