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

Configure UI completely broken after upgrade to 2.264

XMLWordPrintable

      Report all issues with a complete plugin list, and a screenshot

      JENKINS_HOST=username:password@myhost.com:port
      curl -sSL "http://$JENKINS_HOST/pluginManager/api/xml?depth=1&xpath=/*/*/shortName|/*/*/version&wrapper=plugins" | perl -pe 's/.*?<shortName>([\w-]+).*?<version>([^<]+)()(<\/\w+>)+/\1 \2\n/g'|sed 's/ /:/'
       

      Check if your plugin already has an issue reported https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=20741 artifactory is https://github.com/jfrog/jenkins-artifactory-plugin/issues/350

      If you know which plugin is causing the issue report a new issue, including steps to reproduce and screenshots and label it with 'tables-to-divs-regression'

      How to identify which plugin is causing the issue

      1. check plugins list against open issues on https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=20741
      2. then if no open issue matches:

      • disable plugins in groups of about 10 and record which ones you disabled
      • Restart Jenkins
      • If you can still reproduce keep disabling
      • Once you can't reproduce enable plugins one by one until you find which one it is
      • Then report an issue with the label 'tables-to-divs-regression'

      How to triage someone else's issue

      1. check plugins list against open issues on https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=20741
      2. then if no open issue matches:

      curl https://issues.jenkins.io/secure/attachment/53350/53350_jenkins-basith-16112020.txt | sort > abdul-bas-plugins.txt
      cat abdul-bas-plugins.txt | cut -d ':' -f 1 | sort > plugins.filtered.txt # remove versions as CLI complains when old versions are there
      wget https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.1.2/jenkins-plugin-manager-2.1.2.jar
      wget https://get.jenkins.io/war/2.266/jenkins.war
      export JENKINS_HOME=~/.jenkins-64072
      java -jar jenkins-plugin-manager-2.1.2.jar -f abdul-bas-plugins.txt -d ~/.jenkins-64072/plugins --war jenkins.war
      java -jar jenkins.war
      
      • Normally create a new freestyle job and then reproduce the issue, (requires enough information with steps to reproduce, sometimes it is a different page or requires specific config)
      • Once reproduced disable plugins in groups of about 10 and record which ones you disabled
      • Restart Jenkins
      • If you can still reproduce keep disabling
      • Once you can't reproduce enable plugins one by one until you find which one it is
      • Then report an issue with the label 'tables-to-divs-regression'

      original text

      After upgrade to 2.264.1 via yum package, the confgure UI of all my projects was borked, showing things that the project didn't support, preventing modification and updates to jobs.  Jobs were still running correctly however.  Looking at JavaScript console there were alot of errors in js files.  console log attached.  

       

      Fixed by downgrading to 2.263.1 via yum downgrade and temporarily locking the version.  While the UI appears better in 2.263.1, some boxes are still long and an error is still received in the console:

       

      hudson-behavior.js:2982 Uncaught SyntaxError: Unexpected token ')'
       at onSuccess (combobox.js:19)
       at klass.respondToReadyState (prototype.js:1657)
       at klass.onStateChange (prototype.js:1600)
       at XMLHttpRequest.<anonymous> (prototype.js:414)
      

       

        1. Screenshot from 2020-11-23 23-02-24.png
          224 kB
          Ruslan Y
        2. Screenshot 2022-01-02 at 18.48.38.png
          221 kB
          rajiv chirania
        3. Screenshot 2020-11-18 at 10.27.20 AM.png
          70 kB
          David CHin
        4. Screenshot 2020-11-18 at 10.26.22 AM.png
          57 kB
          David CHin
        5. Screenshot 2020-11-18 at 10.24.57 AM.png
          63 kB
          David CHin
        6. Screenshot 2020-10-29 170642.png
          84 kB
          aptalca aptalca
        7. Screenshot 2020-10-29 170505.png
          53 kB
          aptalca aptalca
        8. Project2.png
          1.01 MB
          Jonas Ströbele
        9. Project1.png
          1.22 MB
          Jonas Ströbele
        10. plugins-2.txt
          3 kB
          James VanderZouwen
        11. plugins-18-11.txt
          7 kB
          Mathew Joseph
        12. plugins-1.txt
          7 kB
          Mathew Joseph
        13. Plugins.txt
          4 kB
          Chris Beswick
        14. plugins.txt
          2 kB
          Chris Lingwood
        15. plugins.txt
          5 kB
          Dik Rana
        16. plugins.rossc-2.txt
          3 kB
          Ross Campbell
        17. plugins.rossc.txt
          6 kB
          Ross Campbell
        18. plugin.txt
          7 kB
          Huy Nguyen
        19. laksh - jenkins plugins.txt
          6 kB
          Laksh Parab
        20. jsErrors.png
          97 kB
          Jonas Ströbele
        21. jenkins plugins in use - correct format.txt
          9 kB
          Amit Dar
        22. jenkins plugins in use.txt
          19 kB
          Amit Dar
        23. jenkins-plugins-installed
          9 kB
          Amita
        24. jenkins-basith-16112020.txt
          6 kB
          Abdul Basith S
        25. jenkins-basith-11112020.txt
          6 kB
          Abdul Basith S
        26. jenkins_plugins.xml
          10 kB
          Jonathon Lamon
        27. jenkins_plugins.txt
          3 kB
          Matan
        28. jenkins_plugins_list
          15 kB
          rajiv chirania
        29. jenkins_plugins_installed.docx
          21 kB
          Atul
        30. jenkins_2.264.1-borked-ui.jpg
          99 kB
          Jonathon Lamon
        31. jenkins_2.263.1-not-so-bad-ui.jpg
          76 kB
          Jonathon Lamon
        32. issues.png
          60 kB
          Mathew Joseph
        33. image-2021-01-30-03-21-51-931.png
          174 kB
          Chris Russell
        34. image-2021-01-30-03-21-29-377.png
          92 kB
          Chris Russell
        35. image-2021-01-30-03-15-12-305.png
          47 kB
          Chris Russell
        36. image-2021-01-30-03-13-41-175.png
          92 kB
          Chris Russell
        37. image-2021-01-14-13-49-48-253.png
          158 kB
          Hosh
        38. image-2020-11-23-23-03-02-021.png
          208 kB
          Ruslan Y
        39. image-2020-11-23-22-53-45-011.png
          246 kB
          Ruslan Y
        40. image-2020-11-18-10-44-20-271.png
          79 kB
          Chase Peeler
        41. image-2020-11-18-10-41-57-764.png
          7 kB
          Chase Peeler
        42. image-2020-11-18-10-40-53-012.png
          78 kB
          Chase Peeler
        43. image-2020-11-18-09-07-49-596.png
          47 kB
          Mathew Joseph
        44. image-2020-11-18-09-06-44-059.png
          51 kB
          Mathew Joseph
        45. image-2020-11-18-09-05-02-548.png
          37 kB
          Mathew Joseph
        46. image-2020-11-11-09-47-08-180.png
          48 kB
          Ross Campbell
        47. image-2020-11-10-19-10-02-083.png
          68 kB
          Ross Campbell
        48. image-2020-11-06-09-45-42-994.png
          35 kB
          Chris Beswick
        49. image-2020-11-03-21-10-10-643.png
          33 kB
          Huy Nguyen
        50. image-2020-10-30-15-27-16-916.png
          118 kB
          Chris Lingwood
        51. image-2020-10-30-15-25-56-938.png
          118 kB
          Chris Lingwood
        52. finland-image1.PNG
          29 kB
          kunal Jha
        53. ConfigureUIBroken_PublishOverFTP.png
          305 kB
          Jonas Ströbele
        54. configureClouds.png
          292 kB
          Matan
        55. branch-api.png
          14 kB
          Mathew Joseph
        56. atlas-1603912761063.log
          22 kB
          Jonathon Lamon
        57. 1.txt
          3 kB
          Ruslan Y

            Unassigned Unassigned
            jonl_percsol Jonathon Lamon
            Votes:
            48 Vote for this issue
            Watchers:
            77 Start watching this issue

              Created:
              Updated:
              Resolved: