About Klaros and Jenkins combine result path question

Chen Gerben, modified 4 Years ago.

About Klaros and Jenkins combine result path question

Youngling Posts: 2 Join Date: 9/26/19 Recent Posts
Hi everyone:
            I was first to use Klaros Plugin, I have setting all of I could do.
            Then, I need to feedback result to Klaros server, and Jenkins Plugin show xml not exist.

           So, should I create a xml file to use? or have any reference could help me?  thanks a lot.
thumbnail
Torsten Stolpmann, modified 4 Years ago.

RE: About Klaros and Jenkins combine result path question (Answer)

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
Hi Chen,

I assume that you are referring to a situation as shown in the attached screenshot?

The idea is to point the Path to the test result files which your Jenkins job is producing in it's workspace. Typically they are already present from the last build of your Jenkins job. If not you can specify the location regardless of the validation message.

You can find the documentation for the Jenkins plugin here: https://wiki.jenkins-ci.org/display/JENKINS/Klaros-Testmanagement+Plugin

Please let me know if that answers your question.

Regards,

Torsten
Chen Gerben, modified 4 Years ago.

RE: About Klaros and Jenkins combine result path question

Youngling Posts: 2 Join Date: 9/26/19 Recent Posts
Hi Torsten Stolpmann,
     Does "Path" mean  I do something, test results will be created point to dir?
     So I just need to give it a path not design xml file?


thumbnail
Torsten Stolpmann, modified 4 Years ago.

RE: About Klaros and Jenkins combine result path question (Answer)

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
Hi Chen,

sorry, I totally missed out on answering that.

Indeed it is only required to give a path to the result files in your Jenkins job workspace here.
The files to import are constructed by your test automation tool.

Regards,

Torsten