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

Run summary page breaks if table used in action

      https://github.com/jenkinsci/workflow-job-plugin/blob/8041a722e4400ffeafd978fc4b6757014fa19bdb/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/index.jelly#L52

      https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/model/AbstractBuild/index.jelly#L59

      The screenshot can be reproduced with sauce-ondemand and junit plugins and the below pipeline (although it requires a sauce labs account):

      node {
          stage('Checkout') {
              git 'https://github.com/timja/demo-java.git'
          }
          
          stage('Build') {
              dir('on-boarding-modules/testng') {
                  sh 'mvn compile'
              }
          }
          
          stage('Test') {
              dir('on-boarding-modules/testng') {
                  sauce('reform_tunnel') {
                      sauceconnect(useGeneratedTunnelIdentifier: true, verboseLogging: true) {
                          sh 'mvn test -Dmaven.test.failure.ignore=true'
                      }
                  }
                  junit 'target/**/TEST-*.xml'
                  saucePublisher()
              }
          }
      }
      

      The table layout needs switching to div or something more appropriate in both core and pipeline

          [JENKINS-65033] Run summary page breaks if table used in action

          Tim Jacomb created issue -
          Tim Jacomb made changes -
          Assignee New: Tim Jacomb [ timja ]
          Tim Jacomb made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Tim Jacomb made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Tim Jacomb made changes -
          Remote Link New: This issue links to "workflow-job-plugin/pull/180 (Web Link)" [ 26552 ]
          Tim Jacomb made changes -
          Remote Link New: This issue links to "jenkins/pull/5351 (Web Link)" [ 26553 ]
          Mark Waite made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Review [ 10005 ] New: Closed [ 6 ]

            timja Tim Jacomb
            timja Tim Jacomb
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: