jenkins执行脚本后如何将结果返回到testlink

testlink里面设置custom field = RunClass
Jenkins里面设置Invoke testlink
构建完jenkins任务后,显示找到一个自动执行testcase,但是结果是not run
回到testlink,可以看到刚刚的构建是执行生成了一个build,但是不知道怎么查看结果
Started by user admin
[EnvInject] - Loading node environment variables.
Building remotely on auto-test in workspace c:/auto/workspace/test sample
[test sample] $ cmd /c call C:\Users\qa\AppData\Local\Temp\jenkins7104415499924736262.bat

c:\auto\workspace\test sample>python C:/python/hello.py
hello world

c:\auto\workspace\test sample>exit 0
Preparing TestLink client API.
Using TestLink URL: http://172.21.67.131/testlink/lib/api/xmlrpc/v1/xmlrpc.php

Found 1 automated test cases in TestLink.

Sorting automated test cases by TestLink test plan execution order.

Executing single Build Steps.

Merging build environment variables with data retrieved from TestLink.

[test sample] $ cmd /c call C:\Users\qa\AppData\Local\Temp\jenkins7106473737230608523.bat

c:\auto\workspace\test sample>python C:/python/hello.py
hello world

c:\auto\workspace\test sample>exit 0
Executing iterative Build Steps.

Looking for the test results of TestLink test cases.

Looking for test results in TestNG suites by its name.

Found 1 test result(s).

Finished: SUCCESS

已经解决,请参考如下:

http://www.theskyway.net/tag/testlink/

http://www.blogjava.net/qileilove/archive/2014/06/30/415289.html