-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: testlink-plugin
-
None
-
Environment:windows 7
I am trying to use Jenkins with testlink plugin, I have to run this script on a remote windows machine,
I need to retrieve %TESTLINK_TESTCASE_NAME% and keeps on returning empty strings ![]()
in the beginning of my script a call a "set" in order to retrieve all merged environment variable
I am using Test Execution ->Iterative Build Steps
(those tests has been correctly defined in testlink)
version of Jenkins 1.514
version of plugin : 3.5
The only Testlink variable that have been merged:
Found 9 automated test cases in TestLink.
Sorting automated test cases by TestLink test plan execution order.
Executing single Build Steps.
Executing iterative Build Steps.
Merging build environment variables with data retrieved from TestLink.
–
TESTLINK_BUILD_NAME=3.1.4.2
TESTLINK_TESTCASE_AUTHOR=null
TESTLINK_TESTCASE_ID=23
TESTLINK_TESTCASE_STEP_TOTAL=0
TESTLINK_TESTCASE_TESTPROJECTID=1
TESTLINK_TESTCASE_TESTSUITEID=null
TESTLINK_TESTPLAN_NAME=Titan_3_1_X_X
TESTLINK_TESTPROJECT_NAME=TitanDev
–