Config page is using tables

      Doesn't work due to JENKINS-56109

          [JENKINS-64088] postbuild-task-plugin config page broken

          Oleg Nenashev added a comment -

          Oleg Nenashev added a comment - CC timja   fqueiruga

          gla_sparklane Would you be able to provide some context? It would help to have reproduction steps and screenshots of this issue.

          Félix Queiruga Balado added a comment - gla_sparklane Would you be able to provide some context? It would help to have reproduction steps and screenshots of this issue.

          Dockerfile

          FROM jenkins/jenkins:2.264
          #FROM jenkins/jenkins:2.263
          RUN jenkins-plugin-cli --plugins postbuild-task:1.8
          ENV JAVA_OPTS -Djenkins.install.runSetupWizard=false
          ENV JENKINS_USER admin
          ENV JENKINS_PASS admin
          

          Build it :

          docker build -t jenkins-pbt .
          

          Run it :

          docker run --rm -p 8080:8080 -p 50000:50000 jenkins-pbt
          

          Add a job with a post build task :

          Save and return to configuration page, saving is not possible anymore

           

          Gabriel Landais added a comment - Dockerfile FROM jenkins/jenkins:2.264 #FROM jenkins/jenkins:2.263 RUN jenkins-plugin-cli --plugins postbuild-task:1.8 ENV JAVA_OPTS -Djenkins.install.runSetupWizard= false ENV JENKINS_USER admin ENV JENKINS_PASS admin Build it : docker build -t jenkins-pbt . Run it : docker run --rm -p 8080:8080 -p 50000:50000 jenkins-pbt Add a job with a post build task : Save and return to configuration page, saving is not possible anymore  

          Gabriel Landais added a comment - PR proposal :  https://github.com/jenkinsci/postbuild-task-plugin/pull/5

          Tim Jacomb added a comment -

          I've made a new compatible version of the PR https://github.com/jenkinsci/postbuild-task-plugin/pull/6

          Tim Jacomb added a comment - I've made a new compatible version of the PR https://github.com/jenkinsci/postbuild-task-plugin/pull/6

            timja Tim Jacomb
            gla_sparklane Gabriel Landais
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: