Problems with Hudson Plugin

Toralf Babel, geändert vor 10 Jahren.

Problems with Hudson Plugin

Youngling Beiträge: 4 Beitrittsdatum: 08.03.10 Neueste Beiträge
Hello,
it's me again.
I tried to check out the Hudson-Plugin.
There is a problem with exporting the Testcases from Hudson to klaros.
I get the following error in the console of Hudson:

Export of TEST-de.xxx.xxx.util.MailBodyHelperTest.xml failed - Response status code: 404 for request URL: http://dev-tb:18080/klaros-web//seam/resource/rest/importer?config=P00010&env=ENV00001&sut=SUT00001&type=junit
Test result(s) successfully exported.
Finished: SUCCESS

So what might I have done wrong or forgot to configure?
Klaros version 2.5.2
Hudson-Plugin version 1.0
thumbnail
Torsten Stolpmann, geändert vor 10 Jahren.

RE: Problems with Hudson Plugin

Jedi Council Member Beiträge: 755 Beitrittsdatum: 12.02.09 Neueste Beiträge
Hi Toralf,

Please try to remove the trailing slash from you server URL you have configured in Hudson. This avoids the double slash in the URL.

Regards,

Torsten
Toralf Babel, geändert vor 10 Jahren.

RE: Problems with Hudson Plugin

Youngling Beiträge: 4 Beitrittsdatum: 08.03.10 Neueste Beiträge
Oh thx,
I didn't recognize the slash. ;-)

Regards,

Toralf
thumbnail
Torsten Stolpmann, geändert vor 10 Jahren.

RE: Problems with Hudson Plugin (Antwort)

Jedi Council Member Beiträge: 755 Beitrittsdatum: 12.02.09 Neueste Beiträge
Been there - done that emoticon

Actually we should improve the URL checking code in the Hudson plugin with the next release.

Regards,

Torsten