-
Bug
-
Resolution: Duplicate
-
Major
-
Jenkins ver. 2.146
Linux 3.10.0-862.11.6.el7.x86_64
openjdk version "1.8.0_181"
TestLink 1.9.17
TestLink Plugin 3.14
After I have installed TestLink Plugin 3.14 and configured accordingly on Jenkins Freestyle project, I could see there a feature called "TestLink results" in the project main page.
After trial run to get some TestLink data, but when I clicked on this "TestLink results", the Jenkins system gave below error:
Stack trace
org.apache.commons.jelly.JellyTagException: jar:file:/var/lib/jenkins/plugins/testlink/WEB-INF/lib/testlink.jar!/hudson/plugins/testlink/TestLinkResult/index.jelly:6:57: <st:include> No page found 'sidepanel.jelly' for class hudson.plugins.testlink.TestLinkResult
......
- is duplicated by
-
JENKINS-64023 org.apache.commons.jelly.JellyTagException: jar:file:/var/lib/jenkins/plugins/testlink/WEB-INF/lib/testlink.jar!/hudson/plugins/testlink/TestLinkResult/index.jelly:6:57: No page found 'sidepanel.jelly' for class hudson.plugins.testlink.TestLinkResult
-
- Fixed but Unreleased
-
[JENKINS-54043] Clicking "TestLink results" received org.apache.commons.jelly.JellyTagException error
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: Bruno P. Kinoshita [ kinow ] | New: Keng Seng Hor [ kengseng ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Attachment | New: Screenshot 2020-07-29 at 10.21.59 PM.png [ 52116 ] |
JellyTagException issue resolved. Rebuilt testlink.jar file to include sidepanel.jelly file into TestLinkResult folder.