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

rundeck plugin jenkins job configuration file can not save

    • 3.6.9

      Report all issues with a complete plugin list

      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/browse/JENKINS-64184?filter=22840 (artifactory plugin 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'

      After updating jenkins war to 2.265
      When i manually visit through the UI and edit our build configuration files

      The html formatting of the configuration page is not correct

      And i can not even save the configuration file (without making any changes)

      There is nothing obvious log output from the /var/logs/jenkins log file.

       

       

          [JENKINS-64142] rundeck plugin jenkins job configuration file can not save

          michael fortinbrass created issue -
          michael fortinbrass made changes -
          Description Original: After updating jenkins war to *2.265*
          When i manually visit through the UI and edit our build configuration files

          The html formatting of the configuration page is not correct

          And i can not even save the configuration file (without making any changes)

           
          New: After updating jenkins war to *2.265*
           When i manually visit through the UI and edit our build configuration files

          The html formatting of the configuration page is not correct

          And i can not even save the configuration file (without making any changes)

          There is nothing obvious log output from the /var/logs/jenkins log file.

           

           
          Oleg Nenashev made changes -
          Component/s New: core [ 15593 ]
          Component/s Original: jenkins-test-harness [ 21462 ]
          Oleg Nenashev made changes -
          Labels New: tables-to-divs-regression

          Oleg Nenashev added a comment -

          I'd guess this is a non-obvious tabs-to-divs regression from Jenkins 2.264. CC timja fqueiruga

          Any chance there are warning messages in your browser's developer console?

          Oleg Nenashev added a comment - I'd guess this is a non-obvious tabs-to-divs regression from Jenkins 2.264. CC timja fqueiruga Any chance there are warning messages in your browser's developer console?

          Maybe the plugin that provides the Rundeck options is not tables-to-divs compatible.

          Félix Queiruga Balado added a comment - Maybe the plugin that provides the Rundeck options is not tables-to-divs compatible.

          Tim Jacomb added a comment -

          Can you supply a plugins list please,

          Use this script:

          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/ /:/'
           

          Tim Jacomb added a comment - Can you supply a plugins list please, Use this script: 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/ /:/'

          Félix Queiruga Balado added a comment - Looking further into it, this line on the rundeck-plugin seems to be the issue: https://github.com/jenkinsci/rundeck-plugin/blob/ba392e9cfa1ffed8735866dd37f7a36aa35fd936/src/main/resources/org/jenkinsci/plugins/rundeck/RundeckTrigger/config.jelly#L13 Updating it following this recipe should fix the issue:  https://www.jenkins.io/doc/developer/views/table-to-div-migration/

          Tim Jacomb added a comment -

          oleg_nenashev the warnings in console aren't really helpful, we need to know what plugin caused it and which configuration page.

          Is it:
          1. the system configuration page?
          2. a freestyle job configuration page?
          3. something else?

          Tim Jacomb added a comment - oleg_nenashev the warnings in console aren't really helpful, we need to know what plugin caused it and which configuration page. Is it: 1. the system configuration page? 2. a freestyle job configuration page? 3. something else?
          Tim Jacomb made changes -
          Component/s New: rundeck-plugin [ 15941 ]

            Unassigned Unassigned
            ojerryb michael fortinbrass
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: