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

The extensions footer and the other parts not together

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • core
    • OS: macOS
      browser: chrome
      JDK: 8
      Jenkins: 2.257
    • Jenkins 2.262

    Description

      It's a regression from JENKINS-61496. Before the changes, they are together, but they are separate now.

      Attachments

        Activity

          oleg_nenashev Oleg Nenashev added a comment - CC fqueiruga
          egutierrez Evaristo Gutierrez added a comment - PR with proposal:  https://github.com/jenkinsci/jenkins/pull/4949
          timja Tim Jacomb added a comment -

          This might have caused the below javascript code to start showing up in my Jenkins in the footer:

          "(function() { var amContainer = document.getElementById("visible-am-container"); var amInsertion = document.getElementById("visible-am-insertion"); if (amInsertion)

          { amInsertion.appendChild(amContainer); }

          })();"

          nothing in the console

          timja Tim Jacomb added a comment - This might have caused the below javascript code to start showing up in my Jenkins in the footer: "(function() { var amContainer = document.getElementById("visible-am-container"); var amInsertion = document.getElementById("visible-am-insertion"); if (amInsertion) { amInsertion.appendChild(amContainer); } })();" nothing in the console
          timja Tim Jacomb added a comment - - edited

          Caused by moving the include footer.jelly into the div on the PR for this issue, may not have shown in development as this issue would only be triggered when admin monitors were being displayed

          timja Tim Jacomb added a comment - - edited Caused by moving the include footer.jelly into the div on the PR for this issue, may not have shown in development as this issue would only be triggered when admin monitors were being displayed
          timja Tim Jacomb added a comment -

          Regression showing JS when admin monitor triggered fixed in https://github.com/jenkinsci/jenkins/pull/5001

          timja Tim Jacomb added a comment - Regression showing JS when admin monitor triggered fixed in https://github.com/jenkinsci/jenkins/pull/5001

          People

            yjuns Shi YanJun
            yjuns Shi YanJun
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: