-
Bug
-
Resolution: Unresolved
-
Major
-
None
After Jenkins upgrade from 2.263.3 to 2.346.3 plugin rebuild (1.34) has different view, order of HTML elements for build and rebuild action.
I also tested previous version of the plugin: 1.33.1. The same result.
pipeline { agent any parameters { booleanParam(name: 'FOO', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") booleanParam(name: 'BAR', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") booleanParam(name: 'LOREM', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") booleanParam(name: 'IPSUM', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") } stages { stage('Hello') { steps { script { params.each {param -> println "${param.key} -> ${param.value} " } } } } } }
Build
Rebuild:
Tested on Firefox 104.0.2 and Google Chrome 105.0.5195.102.
[JENKINS-69559] Plugin Rebuild - different view for build and rebuild for Jenkins 2.346.3
Attachment | New: image-2022-09-08-14-00-59-012.png [ 59039 ] |
Attachment | New: image-2022-09-08-14-01-48-865.png [ 59040 ] |
Summary | Original: Plugin Rebuild - diferent view for build and rebuild for Jenkins | New: Plugin Rebuild - different view for build and rebuild for Jenkins |
Summary | Original: Plugin Rebuild - different view for build and rebuild for Jenkins | New: Plugin Rebuild - different view for build and rebuild for Jenkins 2.346.3 |
Description |
Original:
After Jenkins upgrade from 2.263.3 to 2.346.3 plugin [rebuild|https://plugins.jenkins.io/rebuild] (1.34) has different view, order of HTML elements for build and rebuild action.
I also tested previous version of the plugin: 1.33.1. The same result. {code:java} pipeline { agent any parameters { booleanParam(name: 'FOO', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") booleanParam(name: 'BAR', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") booleanParam(name: 'LOREM', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") booleanParam(name: 'IPSUM', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") } stages { stage('Hello') { steps { script { params.each {param -> println "${param.key} -> ${param.value} " } } } } } }{code} *Build* !image-2022-09-08-13-48-53-859.png! *Rebuild:* !image-2022-09-08-13-49-19-208.png! |
New:
After Jenkins upgrade from 2.263.3 to 2.346.3 plugin [rebuild|https://plugins.jenkins.io/rebuild] (1.34) has different view, order of HTML elements for build and rebuild action.
I also tested previous version of the plugin: 1.33.1. The same result. {code:java} pipeline { agent any parameters { booleanParam(name: 'FOO', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") booleanParam(name: 'BAR', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") booleanParam(name: 'LOREM', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") booleanParam(name: 'IPSUM', description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.") } stages { stage('Hello') { steps { script { params.each {param -> println "${param.key} -> ${param.value} " } } } } } }{code} *Build* !image-2022-09-08-13-48-53-859.png! *Rebuild:* !image-2022-09-08-13-49-19-208.png! Tested on Firefox 104.0.2 and Google Chrome {color:#5f6368}105.0.5195.102.{color} |
Attachment | New: screenshot-1.png [ 59063 ] |
Attachment | New: image-2022-09-12-11-49-40-336.png [ 59064 ] |
Single item for build:
and for rebuild: