Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-62145

Getting error when clicking on testlink results 'sidepanel.jelly' for class hudson.plugins.testlink.TestLinkResult

    XMLWordPrintable

Details

    Description

      Hi, I wanted to integrate the jenkins automation build process with testlink, but when I am trying to do so with jenkins job I am getting error and because of which the test cases status is not getting updated in testlink. Please look into this on high priority. 

      Error :-

      Stack trace

      org.apache.commons.jelly.JellyTagException: jar:file:/C:/Users/Empower/.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

      Attachments

        Issue Links

          Activity

            kinow Any update on this. It is a bit urgent. Please do the needful. Or suggest any workaround for the time being. Thanks. 

            empower Empower Solutions added a comment - kinow Any update on this. It is a bit urgent. Please do the needful. Or suggest any workaround for the time being. Thanks. 

            Hi empower

            No updates from me, sorry.

            The project is maintained by volunteers. I haven't had time to look into the issue yet. If it's urgent for you, you can reach out to CloudBees. They provide paid support.

            If you have a pull request, I can review and prepare a release quite quickly. Otherwise I will prioritize it in the next development cycle (busy with $work, GSoC, Apache, and family for the next weeks)

            Bruno

            kinow Bruno P. Kinoshita added a comment - Hi empower No updates from me, sorry. The project is maintained by volunteers. I haven't had time to look into the issue yet. If it's urgent for you, you can reach out to CloudBees. They provide paid support. If you have a pull request, I can review and prepare a release quite quickly. Otherwise I will prioritize it in the next development cycle (busy with $work, GSoC, Apache, and family for the next weeks) Bruno
            gjing Guanhua Jing added a comment - - edited

            How to fix sidepanel.jelly not found of issues?

            macOS

            ====[ start ]=======

            cd ~/.jenkins/plugins/testlink/WEB-INF/lib

            mkdir bak

            cp testlink.jar bak

            mkdir tmp
            cp testlink.jar tmp
            cd tmp
            jar xvf testlink.jar
            rm testlink.jar
            cd hudson/plugins/testlink

            cp TestLinkProjectAction/sidepanel.jelly ./TestLinkResult/
            cp TestLinkProjectAction/sidepanel.properties ./TestLinkResult/

            cd ~/.jenkins/plugins/testlink/WEB-INF/lib/tmp

            jar cvf testlink.jar ./

            cp testlink.jar ~/.jenkins/plugins/testlink/WEB-INF/lib/

            ====[ end ]=======

            ref : https://cpalm.org/2018/07/18/001/

             

            gjing Guanhua Jing added a comment - - edited How to fix sidepanel.jelly not found of issues? macOS ====[ start ]======= cd ~/.jenkins/plugins/testlink/WEB-INF/lib mkdir bak cp testlink.jar bak mkdir tmp cp testlink.jar tmp cd tmp jar xvf testlink.jar rm testlink.jar cd hudson/plugins/testlink cp TestLinkProjectAction/sidepanel.jelly ./TestLinkResult/ cp TestLinkProjectAction/sidepanel.properties ./TestLinkResult/ cd ~/.jenkins/plugins/testlink/WEB-INF/lib/tmp jar cvf testlink.jar ./ cp testlink.jar ~/.jenkins/plugins/testlink/WEB-INF/lib/ ====[ end ]======= ref :  https://cpalm.org/2018/07/18/001/  

            See PR in JENKINS-64023 for fix, pending review/test now

            kinow Bruno P. Kinoshita added a comment - See PR in JENKINS-64023 for fix, pending review/test now

            People

              kinow Bruno P. Kinoshita
              empower Empower Solutions
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: