-
Bug
-
Resolution: Fixed
-
Minor
-
jenkins-2.273
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
Assignee | New: Tim Jacomb [ timja ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "workflow-job-plugin/pull/180 (Web Link)" [ 26552 ] |
Remote Link | New: This issue links to "jenkins/pull/5351 (Web Link)" [ 26553 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Closed [ 6 ] |
As far as I can tell, this is resolved with the change to divs for form layout.