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

Plugin Rebuild - different view for build and rebuild for Jenkins 2.346.3

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • rebuild-plugin
    • 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

          dracorp created issue -
          dracorp made changes -
          Attachment New: image-2022-09-08-14-00-59-012.png [ 59039 ]
          dracorp made changes -
          Attachment New: image-2022-09-08-14-01-48-865.png [ 59040 ]

          dracorp added a comment -

          Single item for build:

          and for rebuild:

          dracorp added a comment - Single item for build: and for rebuild:
          dracorp made changes -
          Summary Original: Plugin Rebuild - diferent view for build and rebuild for Jenkins New: Plugin Rebuild - different view for build and rebuild for Jenkins
          dracorp made changes -
          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
          dracorp made changes -
          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}

          dracorp added a comment -

          I've checked the latest version of Jenkins, 2.361.1. It's same.

          dracorp added a comment - I've checked the latest version of Jenkins, 2.361.1. It's same.
          dracorp made changes -
          Attachment New: screenshot-1.png [ 59063 ]
          dracorp made changes -
          Attachment New: image-2022-09-12-11-49-40-336.png [ 59064 ]

            ragesh_nair ragesh_nair
            dracorp dracorp
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: