• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • doxygen-plugin
    • None
    • Jenkins 2.51, doxygen-plugin 0.18

      After generating the documentation and publishing, I can click on the Doxygen HTML link and see the mainpage content, but the left navigation pane which allows me to navigate to different sections of the documentation does not exist.

      I've verified that all of the documentation is generated on the build machine, and I can see content in the index.html for the side bar.

          [JENKINS-43614] Doxygen output missing navigation pane

          manga valk added a comment -

          i have the same issue

          manga valk added a comment - i have the same issue

          I am also having this issue.

          David Lockhart added a comment - I am also having this issue.

          Sourigna Phetsarath added a comment - - edited

          By default Jenkins blocks certain content, to enable the correct permissions go to Jenkins | Manage Jenkins | Script Console and execute the following:

          System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self'; style-src 'self' 'unsafe-inline'; font-src *; sandbox allow-forms allow-scripts allow-same-origin;");

          How this works for you!

          Here's the reference link: https://wiki.jenkins.io/display/JENKINS/Configuring+Content+Security+Policy#ConfiguringContentSecurityPolicy-HTMLPublisherPlugin

           

          Sourigna Phetsarath added a comment - - edited By default Jenkins blocks certain content, to enable the correct permissions go to Jenkins | Manage Jenkins | Script Console and execute the following: System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self'; style-src 'self' 'unsafe-inline'; font-src *; sandbox allow-forms allow-scripts allow-same-origin;"); How this works for you! Here's the reference link:  https://wiki.jenkins.io/display/JENKINS/Configuring+Content+Security+Policy#ConfiguringContentSecurityPolicy-HTMLPublisherPlugin  

            marshall777 Lionel Cabasson
            lacelle Zachary LaCelle
            Votes:
            6 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: