Change By: gustavo labbate godoy (28/Jan/14 5:52 PM)
Description: I have a job in jenkis that must read values of three custom fields in testlink, but reads only one. 
The only one variable
 readed  read  is the default 'Java Class', any other new isn't read.

Here are my environment:


Jenkins version: 1.530
TestLink version: 1.9.4
Plugin version: 3.2

This is my configuration, in Iterative Build steps. I follow the instructions on the plugin site (https://wiki.jenkins-ci.org/display/JENKINS/TestLink+Plugin)
When I try to access the variables like that:

#!/bin/sh
echo 1 - ${TESTLINK_TESTCASE_JAVA_CLASS}
echo 2 - ${TESTLINK_JAVA_METHOD}
echo 3 - ${TESTLINK_TESTCASE_JAVA_METHOD}
echo 4 - TESTLINK_TESTCASE_${JAVA_METHOD}
echo 5 - $TESTLINK_TESTCASE_JAVA_METHOD


I got this output:
1 - br.com.cpqd.testeokeanos.unittests.ManterConceitoIncluirTest#deveIncluirConceito
2 -
3 -
4 - TESTLINK_TESTCASE_
5 -


There is a way to debug or print all variables? I need to know if Jenkins can read my values from TestLink.

I see this jira https://issues.jenkins-ci.org/browse/JENKINS-17622 but i think its not related.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to