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

GitHub SQS Plugin fails global configuration save

XMLWordPrintable

      github-sqs-plugin plugin in its latest version is preventing Jenkins global configuration to be saved. It as affected by https://issues.jenkins.io/browse/JENKINS-56109

      The plugin has not been updated since 2018. We have already create a PR removing the table tags at https://github.com/jenkinsci/github-sqs-plugin/pull/20

      <?jelly escape-by-default='true'?>
      <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
          <f:section title="${%Amazon SQS Configuration}">
              <f:nested>
                  <f:section title="${%Amazon SQS Profiles}">
                      <f:block>
                          <f:repeatable field="sqsProfiles" minimum="${1}" noAddButton="true">
                              <st:include from="${descriptor}" page="${descriptor.configPage}" />
                              <f:entry>
                                  <div align="right">
                                      <input type="button" value="${%Add}" class="repeatable-add show-if-last" />
                                      <f:repeatableDeleteButton />
                                  </div>
                              </f:entry>
                          </f:repeatable>
                      </f:block>
                  </f:section>
              </f:nested>
          </f:section>
      </j:jelly>
      

       

       

        1. after.png
          after.png
          71 kB
        2. before.png
          before.png
          130 kB

            Unassigned Unassigned
            aalvarezcb Alejandro
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: