[JIRA] [testlink] (JENKINS-20711) Request for a TestLink / plug-in compatibility matrix update

2013-11-21 Thread lisa.stan...@highassure.com (JIRA)














































Lisa Stanley
 created  JENKINS-20711


Request for a TestLink / plug-in compatibility matrix update















Issue Type:


Bug



Assignee:


Bruno P. Kinoshita



Components:


testlink



Created:


21/Nov/13 10:38 PM



Description:


The compatibility matrix on the wiki (https://wiki.jenkins-ci.org/display/JENKINS/TestLink+Plugin) has no information past plug-in version 3.6. 

I'd like to update to more recent versions of TestLink (currently at 1.9.6) and the plug-in (currently at 3.5). However, I'm not sure what is safe, especially with TestLink version 1.9.9 coming out so very recently. There is no specific issue driving this update; just a desire to keep with the latest.

Recommendations? Which combinations are stable?

All information is very much appreciated.




Project:


Jenkins



Priority:


Major



Reporter:


Lisa Stanley

























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.


[JIRA] [testlink] (JENKINS-20711) Request for a TestLink / plug-in compatibility matrix update

2013-11-21 Thread lisa.stan...@highassure.com (JIRA)














































Lisa Stanley
 commented on  JENKINS-20711


Request for a TestLink / plug-in compatibility matrix update















That's exactly what I needed! Many thanks



























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.


[JIRA] [testlink] (JENKINS-17622) Cannot access TestLink environment variables within Jenkins build

2013-04-18 Thread lisa.stan...@highassure.com (JIRA)














































Lisa Stanley
 commented on  JENKINS-17622


Cannot access TestLink environment variables within Jenkins build















Thank you!!!



























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.




[JIRA] [testlink] (JENKINS-17642) Trouble finding test results using TAP result seeking strategy

2013-04-16 Thread lisa.stan...@highassure.com (JIRA)














































Lisa Stanley
 created  JENKINS-17642


Trouble finding test results using TAP result seeking strategy















Issue Type:


Bug



Assignee:


Bruno P. Kinoshita



Attachments:


linkchecker.tap



Components:


testlink



Created:


16/Apr/13 11:19 PM



Description:


System information:

	Jenkins version: 1.509
	TestLink version: 1.9.6
	Plugin version: 3.3



I am using command line tools via the Execute Shell Build step to run tests. The tool in use produces output in XML, which I am transforming via xslt to produce a TAP file. An example sanitized TAP file is attached, captured from the Jenkins workspace.

I have configured the Result Seeking Strategy as "TAP file name" with these parameters:

	Include Pattern: .tap (I have also tried **/.tap)
	Key Custom Field: linkchecker_TAP_file (value set to "linkchecker.tap" in TestLink; I have also tried a value of "linkchecker")
	Attach TAP Stream: Checked (I have also tried unchecked)
	Attach TAP YAMLish attachments: Unchecked
	Include test notes: Unchecked



The end of the Jenkins console output is as follows:


workspace $ /bin/sh -xe /tmp/hudson7459268284075723478.sh
+ /usr/bin/xsltproc --output linkchecker.tap linkchecker.xslt linkchecker-out.xml
Looking for the test results of TestLink test cases.

Found 0 test result(s).

Finished: SUCCESS


The build appears in TestLink, but the test case Result is "Not Run".

I assume this is because I have not yet completely "hooked together" the result seeker with the TAP file I'm creating. However, I'm at a loss as to what to try next.

Suggestions? Further information that would be useful?

All help is appreciated!




Project:


Jenkins



Priority:


Major



Reporter:


Lisa Stanley

























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.




[JIRA] [testlink] (JENKINS-17642) Trouble finding test results using TAP result seeking strategy

2013-04-16 Thread lisa.stan...@highassure.com (JIRA)














































Lisa Stanley
 commented on  JENKINS-17642


Trouble finding test results using TAP result seeking strategy















The information in JENKINS-15810 got me through my issues! Please feel free to close this as a duplicate issue. 



























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.




[JIRA] [testlink] (JENKINS-17622) Cannot access TestLink environment variables within Jenkins build

2013-04-15 Thread lisa.stan...@highassure.com (JIRA)














































Lisa Stanley
 created  JENKINS-17622


Cannot access TestLink environment variables within Jenkins build















Issue Type:


Bug



Assignee:


Bruno P. Kinoshita



Components:


testlink



Created:


16/Apr/13 12:06 AM



Description:


I'm configuring my first Jenkins / TestLink job. I don't seem to have access to any of the TestLink environment variables. I have pared down my Jenkins job to the following two statements under Build / Invoke TestLink / Test Execution / Single Build Steps / Execute Shell:

echo "Test plan name is: $TESTLINK_TESTPLAN_NAME"
echo "Build number is: $BUILD_NUMBER"

The Jenkins console output is as follows:

Started by user lisas
Building in workspace /var/lib/jenkins/jobs/Website-Linkchecker-TestLink-integration/workspace
Preparing TestLink client API.
Using TestLink URL: http://localhost/testlink/lib/api/xmlrpc.php

Found 1 automated test cases in TestLink.

Sorting automated test cases by TestLink test plan execution order.

Executing single Build Steps.

workspace $ /bin/sh -xe /tmp/hudson8927570372825500742.sh
+ echo Test plan name is: 
Test plan name is: 
+ echo Build number is: 8
Build number is: 8
Executing iterative Build Steps.

Looking for the test results of TestLink test cases.

Found 0 test result(s).

Finished: SUCCESS


As you can see, the $BUILD_NUMBER environment variable is translated as expected. The $TESTLINK_TESTPLAN_NAME environment variable is not. 

Any hints as to what might have gone wrong? 




Project:


Jenkins



Priority:


Major



Reporter:


Lisa Stanley

























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.




[JIRA] [testlink] (JENKINS-17622) Cannot access TestLink environment variables within Jenkins build

2013-04-15 Thread lisa.stan...@highassure.com (JIRA)














































Lisa Stanley
 commented on  JENKINS-17622


Cannot access TestLink environment variables within Jenkins build















Info I forgot to add:

Jenkins version: 1.509
TestLink version: 1.9.6
Plugin version: 3.3



























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.




[JIRA] [testlink] (JENKINS-17622) Cannot access TestLink environment variables within Jenkins build

2013-04-15 Thread lisa.stan...@highassure.com (JIRA)














































Lisa Stanley
 commented on  JENKINS-17622


Cannot access TestLink environment variables within Jenkins build















Bruno,

Many thanks for the incredibly quick response! I'm mostly relieved that I wasn't doing something silly, since these tools are very new to me. I have moved my echo statements to the iterative build steps and confirmed that the results are as expected. So now I know what I have to work with for today. 

I'll see if I can generate any more requests for you this week! 

Thanks again for the very quick response.
 Lisa



























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.